nodejs-rest-api icon indicating copy to clipboard operation
nodejs-rest-api copied to clipboard

A sample NodeJs application, demonstrating how to use JWT Authentication, with access tokens and refresh tokens.

Results 13 nodejs-rest-api issues
Sort by recently updated
recently updated
newest added
trafficstars

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)...

npm
dependencies

**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...

feature

**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...

feature