We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when the user presses Log Out, we just delete the oauth tokens in the app. If the user logs in again, we then request new oauth tokens from www.openstreetmap.org. This leads to multiple authorizations for What's Nearby appearing on https://www.openstreetmap.org/user/*USERNAME*/oauth_clients.
We need to send a request invalidating the tokens to www.openstreetmap.org. However, I can't seem to find the url to do this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, when the user presses Log Out, we just delete the oauth tokens in the app. If the user logs in again, we then request new oauth tokens from www.openstreetmap.org. This leads to multiple authorizations for What's Nearby appearing on https://www.openstreetmap.org/user/*USERNAME*/oauth_clients.
We need to send a request invalidating the tokens to www.openstreetmap.org. However, I can't seem to find the url to do this.
The text was updated successfully, but these errors were encountered: