User_Management_Module
User_Management_Module
4. Password Handling:
- Integrated bcrypt for securely hashing user passwords before
storing them in the database.
- Allowed users to reset their passwords through an email-based
reset link.
2. Can you explain how JWT works and why you chose it for
authentication?
Answer: JWT is stateless, scalable, and lightweight for managing
user authentication.