Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mathieuprog/auth_n
- Owner: mathieuprog
- License: apache-2.0
- Created: 2019-11-16T06:58:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T08:13:35.000Z (about 3 years ago)
- Last Synced: 2024-10-29T01:15:30.187Z (2 months ago)
- Language: Elixir
- Size: 50.8 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).