obutuz / authority

Next-gen Elixir authentication specification

Home Page:https://hexdocs.pm/authority

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authority

Hex.pm Build Status

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 using Ecto for 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.

Infinite Red Logo

About

Next-gen Elixir authentication specification

https://hexdocs.pm/authority

License:MIT License


Languages

Language:Elixir 94.6%Language:Ruby 2.9%Language:Shell 2.6%