-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Session token is generated even if user and session table is locked down via CLP. #1497
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
Comments
For this one as well, @skimgosu, can you check what happens in Parse.com? |
Parse.com behaves normally. A few more tests with Parse Server (v2.2.6):
Actually, this bug has been around for a long time, now that I remember/realize. A month back, I recall logging a user in (without logging out) a few times, and a session token would be created every time. I just checked with Parse.com and repeatedly logging in does not create multiple session tokens. It even throws this error if you spam the SDK :D
|
Steps to reproduce (in iOS SDK or Cloud Code):
The text was updated successfully, but these errors were encountered: