You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an Engineer, I should be able to log a user out of an active session so that any access sensitive information or services is revoked and secure.
Acceptance Criteria (Gherkin)
GIVEN: An account is authenticated AND: An active session is running WHEN: A request to the authentication service to close the session and log out is made THEN: The session is closed AND: The account is logged out
Technical Notes
Authentication service = Firebase
Design
{Links to any design artifacts here}
The text was updated successfully, but these errors were encountered:
User Story
As an Engineer, I should be able to log a user out of an active session so that any access sensitive information or services is revoked and secure.
Acceptance Criteria (Gherkin)
GIVEN: An account is authenticated
AND: An active session is running
WHEN: A request to the authentication service to close the session and log out is made
THEN: The session is closed
AND: The account is logged out
Technical Notes
Design
{Links to any design artifacts here}
The text was updated successfully, but these errors were encountered: