BUG: Pressing logout does not invalidate token #9

Closed
opened 2020-12-31 06:27:55 +02:00 by hiimgoodpack · 1 comment
Contributor

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.

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.
Owner

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.

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.
hippoz added the
bug
label 2020-12-31 13:15:56 +02:00
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
2 participants
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: hippoz/brainlet#9
No description provided.