feat: users can log out #104
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#104
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/users-can-log-out"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Opens a path for users to log out through the UI. A "Log out" button is now available in the navigation bar for that purpose.
QA
/logout
, verified that logging out happens there as well.Known deficiencies
A query to look up the current user data will need to exist to verify if we are logged in and control things like "Should we show the logout button?". In the meantime, the logout button can appear even if you can't log out (i.e. in the login page).