Nickarmani03 / WhoDunIt-Client

0 stars 0 forks source link

MVP Create Register Page #8

Open Nickarmani03 opened 3 years ago

Nickarmani03 commented 3 years ago

GIVEN and unregistered and new user, WHEN attempting to login, THEN a user will be directed to first register. Crate a Register page that allows users to create a profile and attach a matching token. they will sign up and create a profile. Once created it will allow the user to login.

Server Side the Newly created user will be stored in the database as a registered user with authentication. they will also have a token for that user. update Auth.py for adding a new Authenticated user the ability to login and adding a new token to enable the new user access to the application