You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a base class that implements the common parts (oauth2.OAuthenticator). There's a last step needed for turning the access token on the callback into a username, which seems different for each provider. That's the only difference between them right now. I'm not aware of a generic implementation of this. Is there a generic way to ask an oauth provider the username corresponding to an access token?
Hey guys, why we don't have a default implementation for oauth2?
The text was updated successfully, but these errors were encountered: