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
Logic seems to assume that the user logging out does not have an expired token. This likely causes redis to throw an exception because the program is trying to set a negative TTL for the revoked token. Haven't tried it out but likely reason for 500 ISE.
Steps to reproduce the behavior:
When you try to log out with expired JWT token you get 500 ISE. Unsure of the cause.
The text was updated successfully, but these errors were encountered: