/check_auth_mongoDB

checking users authentication by using nodejs , express, and mongo db.

Primary LanguageJavaScript

Checking authentication with Nodejs and Mongo DB

SS (3)

Authentication with Node.js, MongoDB, Express, JWT, and Bcrypt

implemented a secure authentication system using popular Node.js libraries. Key components and functionalities include:

  • User registration and login
  • Password hashing and storage
  • JWT token generation and validation
  • User session management
  • Security best practices (e.g., input validation, rate limiting)