goth
goth copied to clipboard
Support Deauthorize/Revoking
Many OAuth2 providers support deauthorizing/revoking user access token. We should support it.
Ex: Google: https://developers.google.com/identity/protocols/oauth2/web-server#httprest_8 Facebook: https://developers.facebook.com/docs/facebook-login/permissions/requesting-and-revoking#revokelogin
Also, Apple imposes it as a requirement https://developer.apple.com/news/?id=12m75xbj
There is this PR: https://github.com/markbates/goth/pull/150