adhambadawi / mini-survey-monkey

A web application for creating and managing surveys using Spring MVC.
MIT License
0 stars 0 forks source link

User Authentication and Authorization #19

Closed adhambadawi closed 3 days ago

adhambadawi commented 3 days ago

To implement secure user authentication and authorization mechanisms, ensuring that only authenticated users can create and close surveys, and that access control is enforced throughout the application.

  1. User Registration and Login:

    • Create Registration Page for new users to sign up.
    • Create Login Page for user authentication.
  2. Password Security