When a user selects sign out in a client app, the app will generally throw away its auth code and access token for that user. This would leave a stale application connection in a user’s account.
It would be great to have a route that a client can send a request to when signing out to delete its entry in a user’s account, keeping things tidy.
1 Like
When we chatted about this the other day I felt a big oof when I realized I didn’t have anything like this. Will get it in there ASAP!