keanacobarde / INDIVIDUAL-ASSIGNMENT-Team-Roster

0 stars 0 forks source link

AUTHENTICATION #7

Closed keanacobarde closed 1 year ago

keanacobarde commented 1 year ago

User Story

I, as the user, should only be able to see the authentication screen if I'm logged out. However, if I'm logged in, I should be able to see the rest of the website and NOT the authentication screen. Vice versa.

Acceptance Criteria

AS NOTATED FROM INSTRUCTIONS

[Authentication]
As a user, who is logged out, I should only be able to see the authentication screen
As a user who is logged out, I would like to be able to click on an authentication button and login via google.
As a user who is logged in, I should not be able to see the authentication button.
As a user who is logged in, I should be able to see the Team view.
As a user who is logged in, I should be able to see a log out button

Dependecies

3 - Authentication needs to be setup in order for this to work. Web server should be tested as well.

4 - The test data should take into account user UIDs.

Dev Notes