nss-day-cohort-22 / movie-history-malicious-humans

movie-history-malicious-humans created by GitHub Classroom
0 stars 1 forks source link

User Can Register An Account #3

Open krnorris65 opened 6 years ago

krnorris65 commented 6 years ago

Given a user wants to use Movie History When the user first accesses the application Then the user should see a welcome message And the navigation bar with a link to Login/Register

Given a user wants to register an account with Movie History When the user clicks the Login/Register link Then a registration/login form should be displayed where the user can enter in an email address and password And a Sign Up button will appear

Given a user wants to sign-in to their account with Movie History When the user clicks the Login/Register link Then a registration/login form should be displayed where the user can enter in an email address and password And a Sign In button will appear

Firebase authorization will check to see if the email already exists in the system and alert the user of any errors