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

How do I allow my users to sign out of my app authenticated with the Bungie api #661

Closed
mikewojtkiewicz opened this issue Sep 8, 2018 · 3 comments
Labels

Comments

@mikewojtkiewicz
Copy link

Like the title asks, I need to have the ability to have the users who logged into my application be able to log out if they ever wish to log into a different Bungie account. The authentication happens at the Bungie account level, and not on my app. Is there a way to accomplish this?

@bhollis
Copy link

bhollis commented Sep 9, 2018

Have them visit the "Authorize" page, but add the parameter reauth=true to the URL. That'll force the page to present a new login/authorization page.

@mikewojtkiewicz
Copy link
Author

Yep..That works. Thanks a lot!

@vthornheart-bng
Copy link
Contributor

Hmm, that's a good tidbit for the wiki - I'm going to close this question here and link it in our how-to.

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

No branches or pull requests

3 participants