regostar / eventique

AI Enhanced Event Planning
MIT License
0 stars 2 forks source link

User Authentication #35

Closed regostar closed 5 months ago

regostar commented 5 months ago

As a User - (any user who is using the tool) I should be able to sign up and log in. Post the login I should be redirected to the User Dashboard #19

Good to have -

-2 factor authentication -SSO login - FB, Google, etc

Acceptance Criteria:-

  1. User should be able to enter email and password to log in
  2. If we have SSO, the user should be able to login with one click of a button authenticating them
  3. The user should be able to sign-up by specifying their email, Name and password
  4. There should be email verification
  5. 2 Factor authentication is optional
  6. Post signup we need to indicate if user has to verify email or not
  7. Signup redirected to Login
  8. Login redirected to user dashboard if the email is verified.

The preliminary version can skip email verification.

regostar commented 5 months ago

Duplicate of #5