Skip to content
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

logout without disconnect #568

Closed
pcompassion opened this issue Mar 29, 2015 · 2 comments
Closed

logout without disconnect #568

pcompassion opened this issue Mar 29, 2015 · 2 comments

Comments

@pcompassion
Copy link

Many SO questions assume disconnect is logout

There's no mention of logout in the doc, and I think it's common usage scenario to log out a user (for the social login) without disconnecting a user.

It would be good to show how to do the logout in the usage doc and clarify that disconnect is not logout.

@jeromelefeuvre
Copy link
Contributor

Hi @pcompassion,

Disconnect is more "forget me". It remove a entry in the client app db which link your user just created with the server.
Logout could be done easily by removing sessions.

@omab omab closed this as completed in 63a2e76 Apr 4, 2015
@omab
Copy link
Owner

omab commented Apr 4, 2015

Docs added, check here http://psa.matiasaguirre.net/docs/logging_out.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants