Packages
Provides a full user authentication experience for an API. Includes login,logout,register,forgot password, forgot username, confirmation email and all that other good stuff. Includes plug for checking for authenticated users and macro for generating the required routes.
Current section
Files
Jump to
Current section
Files
access_pass
README.md
README.md
# AccessPass
## Installation
```elixir
def deps do
[{:access_pass, "~> 0.1.8"}]
end
```
[Hex docs](https://hexdocs.pm/access_pass/introduction.html)