Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathieuprog/auth_n

Authentication library for Elixir applications
https://github.com/mathieuprog/auth_n

Last synced: about 2 months ago
JSON representation

Authentication library for Elixir applications

Awesome Lists containing this project

README

        

# AuthN

## Installation

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

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

## HexDocs

HexDocs documentation can be found at [https://hexdocs.pm/auth_n](https://hexdocs.pm/auth_n).