https://github.com/deviate-dv8/adonisjs-starter-pack
My personal adonisjs starter pack
https://github.com/deviate-dv8/adonisjs-starter-pack
Last synced: 11 months ago
JSON representation
My personal adonisjs starter pack
- Host: GitHub
- URL: https://github.com/deviate-dv8/adonisjs-starter-pack
- Owner: deviate-dv8
- Created: 2025-02-23T13:47:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-03T19:11:17.000Z (11 months ago)
- Last Synced: 2025-07-07T08:50:34.048Z (11 months ago)
- Language: TypeScript
- Size: 94.7 KB
- 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