Real-world examples showing how to integrate ModularAuth-Kit into different project types.
| Scenario | Description |
|---|---|
| Express REST API | Add auth to a standard Express.js REST API |
| E-commerce Backend | Auth for an online store with user profiles |
| SaaS Application | Multi-feature SaaS with OAuth + email verification |
| Blog Platform | Simple blog with username login and session management |
| Minimal Setup | Bare minimum setup — just register + login |
Each scenario includes:
- Project structure — Where files go in your project
- Configuration — Which features to enable
- Integration code — Copy-paste ready code
- Test commands — curl commands to verify it works