New Feature / Enhancement Checklist
Current Limitation
Currently, if your session token becomes corrupted, even logging out returns "invalid session token", or "Session token is expired", meaning for most users there's no way to resolve this issue without force quitting / reinstalling.
Feature / Enhancement Description
Invalid Session Tokens shouldn't prevent users from logging out and Parse.User.current() from clearing. Even with an invalid session, logout should allow users to re-login.
Example Use Case
Alternatives / Workarounds
3rd Party References
Discussed here
New Feature / Enhancement Checklist
Current Limitation
Currently, if your session token becomes corrupted, even logging out returns "invalid session token", or "Session token is expired", meaning for most users there's no way to resolve this issue without force quitting / reinstalling.
Feature / Enhancement Description
Invalid Session Tokens shouldn't prevent users from logging out and
Parse.User.current()from clearing. Even with an invalid session,logoutshould allow users to re-login.Example Use Case
Alternatives / Workarounds
3rd Party References
Discussed here