A progressive Node.js framework for building efficient and scalable server-side applications.
- npm run start
- npm run start:dev
- npm run start:prod
- Login via email & password
- login via Google
- Authorization & Authentication via JWT & Refresh Tokens
- Email Verification
- Possibility to enable 2FA
- Reset Password
- You can log in 3 times, if you make a mistake 3 times, you will be blocked for 15 minutes
- SessionID and short-time tokens for email and 2FA verification
- Limitation of the number of queries/per minute
- API Key
- Email templates with HBS
Using the current database containing all the most important authorization and authentication elements, you can develop the application in any way you want! However, I recommend a modular approach to avoid unnecessary chaos in the design, what do I mean? If you plan to add a Todos or products section, create a module, e.g. features, and then add submodules, e.g. todos. If you would like to see an example of such an architecture, see my other project: nestjs-ecommerce-api