Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User authentication #142

Closed

Conversation

gwen-marina
Copy link

Completed user story 3 and 4 for login:
User Story #3 - Logging In Happy Path
As a registered user
When I visit the landing page /
I see a link for "Log In"
When I click on "Log In"
I'm taken to a Log In page ('/login') where I can input my unique email and password.
When I enter my unique email and correct password
I'm taken to my dashboard page

User Story #4 - Logging In Sad Path
As a registered user
When I visit the landing page /
And click on the link to go to my dashboard
And fail to fill in my correct credentials
I'm taken back to the Log In page
And I can see a flash message telling me that I entered incorrect credentials.

gwen-marina and others added 30 commits August 22, 2022 19:43
I created the PR template for User Story 1. Let me know what you think and if there are any changes you think I should make.
Installed rubocop/autocorrected offenses
User registration page / User Dashboard
Co-authored-by: Gwendolyn Ruiz <[email protected]>
Co-authored-by: Gwendolyn Ruiz <[email protected]>
Co-authored-by: Gwendolyn Ruiz <[email protected]>
Co-authored-by: Gwendolyn Ruiz <[email protected]>
Co-authored-by: Gwendolyn Ruiz <[email protected]>
Co-authored-by: Gwendolyn Ruiz <[email protected]>
Co-authored-by: Gwendolyn Ruiz <[email protected]>
Co-authored-by: Gwendolyn Ruiz <[email protected]>
@gwen-marina gwen-marina closed this Sep 8, 2022
@gwen-marina gwen-marina deleted the user-authentication branch September 8, 2022 02:10
@gwen-marina gwen-marina restored the user-authentication branch September 8, 2022 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants