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
- Host: GitHub
- URL: https://github.com/danvictorgithub/adonisjs-starter-pack
- Owner: Danvictorgithub
- Created: 2025-02-23T13:47:16.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T13:59:19.000Z (4 months ago)
- Last Synced: 2025-02-23T14:33:52.676Z (4 months ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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