ArroyoDev-LLC / Big3D

Big3D Frontend
https://big3d.netlify.app
0 stars 0 forks source link

Authentication #4

Open arroyoDev opened 3 years ago

arroyoDev commented 3 years ago

Authentication

Lets start with the easy...

if you click on the login button, you will be presented with a login screen where you can .... well..... login.

image.png

image.png

-[ ] if presented with a password reset page AND if their email is correct, then do whatever cognigto wants us to do to handle reset...

image.png

Once authenticated, you should see the user page where you can change the following settings:

image.png

DURING the ordering phase,

IF a user is already authenticated, do not make them re-authenticate, just auto go to the next step

IF a user is not authenticated or does not have an account, then present the login/ create account options

image.png

image.png