Closed
Description
Retrieving the current user immediately after logging out still returns a valid User:
Parse.User.logOut();
Parse.User.current(); // returns previous User
I'm not entirely sure whether this is intended or not, as the code for logout
does use currentUserAsync
, but the documentation in the Developers Guide does imply that the current user should be null immediately after calling logOut
:
Metadata
Metadata
Assignees
Labels
No labels