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

Logging Out of The Site in a Browser #4

Open
dominic-ks opened this issue Jan 31, 2017 · 0 comments
Open

Logging Out of The Site in a Browser #4

dominic-ks opened this issue Jan 31, 2017 · 0 comments

Comments

@dominic-ks
Copy link
Owner

Once an app is authorised and user is returned to the callback URL, they will remain signed in to the site with a cookie unless the user otherwise signs out. This is also true for in-app browsers on mobile devices.

The issue here is that if a user wants to log out of the app and we dispose of their OAuth credentials, they may still be signed into the browser. If they then attempt to login again, they are not required to sign in to the WordPress website again. This could be a security issue if another user begins using the app.

This could be desirable, for example, when authorising an app with Facebook, there is no expectation that you will be logged out of Facebook as part of the process. However, specifically for mobile apps, we may want the option of logged a user out of the site in the in-app browser while they continue to use the app with the OAuth credentials.

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

No branches or pull requests

1 participant