As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
M
Mike
started a topic
almost 10 years ago
I would like to cleanly log the user out so there is no open state.
1 Comment
M
Mike
said
almost 10 years ago
Since there are two different sessions, one created by the social network when obtaining an access token, and another with Kinvey when that access token is traded for a Kinvey token, a clean log-out requires clearing both sessions. This can be done on the Kinvey side with `[[KCSUser activeUser] logout]`.
Mike