Packages
Easy to install Auth system with social integration just in 6 steps on Elixir Phoenix
Current section
Files
Jump to
Current section
Files
lib/helper/db.ex
defmodule MishkaAuth.Helper.Db do
@spec repo :: any
def repo do
MishkaAuth.get_config_info(:repo)
end
end