nodejs-rest-api
nodejs-rest-api copied to clipboard
A sample NodeJs application, demonstrating how to use JWT Authentication, with access tokens and refresh tokens.
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.12 to 6.9.13. Release notes Sourced from nodemailer's releases. v6.9.13 6.9.13 (2024-03-20) Bug Fixes tls: Ensure servername for SMTP (d66fdd3) Changelog Sourced from nodemailer's changelog. 6.9.13 (2024-03-20)...
**Is your feature request related to a problem? Please describe.** Our current session management system relies on PostgreSQL, leading to potential performance bottlenecks and scalability challenges. To address this, I...
**Is your feature request related to a problem? Please describe.** Currently, our platform lacks a dedicated mechanism for managing user sessions. This hinders our ability to track user activity, maintain...