You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple user authentication system built with Node.js, Express, and MongoDB. It features user sign-up, login, and session management using JWT, with secure password hashing via bcrypt. Handlebars is used for templating, and the project includes cookie-based authentication for session persistence.