/auth_n

Authentication library for Elixir applications

Primary LanguageElixirApache License 2.0Apache-2.0

AuthN

Installation

Add auth_n for Elixir as a dependency in your mix.exs file:

def deps do
  [
    {:auth_n, "~> 0.22.0"}
  ]
end

HexDocs

HexDocs documentation can be found at https://hexdocs.pm/auth_n.