Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/AppDoctorIo/accesspass

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.
https://github.com/AppDoctorIo/accesspass

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# AccessPass

## Installation

```elixir
def deps do

[{:access_pass, "~> 1.0.1"}]
end
```

Please post issues / pull requests. I am quite responsive and would like to see what changes people would want so that I can add them.

[Hex docs](https://hexdocs.pm/access_pass/introduction.html)