-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Potentially error #238
Comments
Currently the problem is still exist. Way to reproduce:
After deleting the token from localStorage and repeated clean |
KLarpen
added a commit
to KLarpen/Metarhia-Example
that referenced
this issue
Dec 15, 2023
Problem: forbidden access to the logged endpoints after successful `auth/restore`. Closes: metarhia#238
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
in the session recovery example, potential error
application/api/auth.2/restore.js
If the token is not in sessions, we check it in the database, but after that we don't add it to sessions.
Example: context.client.startSession(token, data);
The text was updated successfully, but these errors were encountered: