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
Oh I am sorry. I actually had the "Revoke existing session tokens when user changes password" switch turned to "Yes" in the Parse settings page. There is no bug!
When I change the current user's password:
[PFUser currentUser].password = @"new_password";
[[PFUser currentUser] saveInBackground];
My currentUser's session token is gone. I check the Parse database, and the session is indeed gone from the Session class.
The text was updated successfully, but these errors were encountered: