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.
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.