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
- Authentication service = Firebase
Design
{Links to any design artifacts here}
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}