auth-example

An authentication example app using Node.js, Express, and MongoDB, featuring user management, login, and role-based access control.

auth-example

View Project

I focused on security basics: password hashing, JWT expiry/refresh, and unit tests to catch regressions early.

Tech

TypeScriptNode.jsExpressMongoDBUnit TestsJWT