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
Because the "get code, exchange code for token" flow is very standard, it would be nice if the googleapis_auth package could be extended to support other OAuth providers. This should just require the ability to make two URIs configurable: the auth endpoint and the token endpoint (these currently are hardcoded in the known URIs file). We've forked this package in shorebird and made this change, and would be happy to help upstream if there is interest.
Because the "get code, exchange code for token" flow is very standard, it would be nice if the
googleapis_auth
package could be extended to support other OAuth providers. This should just require the ability to make two URIs configurable: the auth endpoint and the token endpoint (these currently are hardcoded in the known URIs file). We've forked this package in shorebird and made this change, and would be happy to help upstream if there is interest.Our fork: https://github.com/shorebirdtech/shorebird/tree/main/third_party/googleapis_auth
The text was updated successfully, but these errors were encountered: