Authority
January 20, 2018 ยท View on GitHub
Authority is an authentication specification for Elixir projects. It encourages conforming projects to use plain Elixir modules for authentication rather than frameworks.
See the documentation for details.
Related Libraries
authority_ecto- Implements Authority behaviours for your app usingEctofor persistence.
Installation
Add authority to your list of dependencies in mix.exs:
def deps do
[
{:authority, "~> 0.3.0"}
]
end
Premium Support
Infinite Red offers premium support for this library and general web & mobile app design/development services. Get in touch here or email us at hello@infinite.red.
