Skip to content

v1.0.0 - Initial Release

Latest
Compare
Choose a tag to compare
@letsbegincode letsbegincode released this 25 Jan 09:42
· 1 commit to main since this release
13073c5
  • Initial release of the Session-Based Authentication System project.
  • Implemented user authentication with session-based login and logout functionality.
  • Set up MongoDB connection and session management with expiration handling.
  • Added role-based access control (RBAC) to restrict routes based on user roles.
  • Integrated password hashing with bcrypt and password reset functionality.
  • Implemented security features such as CSRF protection, rate limiting, and input validation using Joi.