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

https://github.com/danvictorgithub/adonisjs-starter-pack

My personal adonisjs starter pack
https://github.com/danvictorgithub/adonisjs-starter-pack

Last synced: 4 months ago
JSON representation

My personal adonisjs starter pack

Awesome Lists containing this project

README

        

# adonisjs-starter-pack
My personal adonisjs starter pack

## Authentication
- Access Token Auth
- Authorization/Authentication
- User Registration
- Email Verification with HMAC (no extra DB table)
- Password Reset with HMAC (no extra DB table)

## Security
- Rate Limiting with Redis
- Development only route middleware guard