Skip to content

A secure authentication project built with Node.js and HTTP-only cookies. It manages login/logout and stores session data in secure HTTP-only cookies for added security. Implements secure password storage and token rotation to prevent attacks. Ensures privacy of user data in web apps.

Notifications You must be signed in to change notification settings

NithinSK04/Node.js-Secured-Authentication

Repository files navigation

Authentication-app-nodejs

A secure authentication project built with Node.js and HTTP-only cookies. It manages login/logout and stores session data in secure HTTP-only cookies for added security. Implements secure password storage and token rotation to prevent attacks. Ensures privacy of user data in web apps.

env variables

PORT= MONGO_URI= SECRET_KEY=

About

A secure authentication project built with Node.js and HTTP-only cookies. It manages login/logout and stores session data in secure HTTP-only cookies for added security. Implements secure password storage and token rotation to prevent attacks. Ensures privacy of user data in web apps.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published