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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
So if I understand this correctly, when you receive a 401; {soft_logout: true} in a response, you try to /logout and get a 401 from that endpoint as well instead of a 200?
Edit: Reply:
yes. This is the case where the user really wants to log out from this session
The
/logout
endpoint should instead succeed so that the used device_id can be trashed.Currently, the user keeps a zombie device id after each soft logout.
The text was updated successfully, but these errors were encountered: