BUG: Pressing logout does not invalidate token #9
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hippoz/brainlet#9
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
When you press logout, your token can still be used.
In the implementation of /browser/token/clear, the only thing that's done is remove the cookie for the token.
JWT tokens are very difficult to impossible to invalidate, due to the fact that they are only stored on the client. Issue will still remain open until I find a solution.