Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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.
- Host: GitHub
- URL: https://github.com/AppDoctorIo/accesspass
- Owner: AppDoctorIo
- License: mit
- Created: 2018-02-03T05:23:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T20:32:44.000Z (about 4 years ago)
- Last Synced: 2024-10-04T06:41:09.909Z (about 1 month ago)
- Language: Elixir
- Homepage:
- Size: 92.8 KB
- Stars: 70
- Watchers: 7
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Authentication framework that can be used with or outside of phoenix. Similar to Addict but geared towards API usage.([Docs](https://hexdocs.pm/access_pass/api-reference.html#content)). (Framework Components)
- fucking-awesome-elixir - access pass - Authentication framework that can be used with or outside of phoenix. Similar to Addict but geared towards API usage.([Docs](https://hexdocs.pm/access_pass/api-reference.html#content)). (Framework Components)
- awesome-elixir - access pass - Authentication framework that can be used with or outside of phoenix. Similar to Addict but geared towards API usage.([Docs](https://hexdocs.pm/access_pass/api-reference.html#content)). (Framework Components)
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)