README.md
# AuthN
## Installation
Add `auth_n` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:auth_n, "~> 0.14.0"}
]
end
```
## HexDocs
HexDocs documentation can be found at [https://hexdocs.pm/auth_n](https://hexdocs.pm/auth_n).