thephpleague / oauth2-google

Google Provider for the OAuth 2.0 Client
MIT License
396 stars 74 forks source link

Consider implementing getLogoutUrl #110

Open netniV opened 3 years ago

netniV commented 3 years ago

If you use the Google Client API, there is a function called getLogoutUrl() that allows you to revoke the current access token. The azure third party client for the PHP League's oauth system has this function as well so it would make life easier if both microosft's and google's clients had this.

shadowhand commented 2 years ago

@netniV a PR implementing this would be welcomed.