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
I'm wondering if it would be worth it to reach out to this URL and use it to build up the getBaseAuthorizationUrl, getBaseAccessTokenUrl and getResourceOwnerDetailsUrl strings. Advantage would be having the URLs be always* accurate without needing to deploy a new version of the library (preventing #63), disadvantage would be needing to make an extra HTTP request to fetch said information.
The text was updated successfully, but these errors were encountered:
@chrisforrence that would be the correct thing to do. The reason I did not make that change was because it is a departure from how previous versions determine the remote URLs.
Google exposes an OpenID configuration file at the following URL:
I'm wondering if it would be worth it to reach out to this URL and use it to build up the getBaseAuthorizationUrl, getBaseAccessTokenUrl and getResourceOwnerDetailsUrl strings. Advantage would be having the URLs be always* accurate without needing to deploy a new version of the library (preventing #63), disadvantage would be needing to make an extra HTTP request to fetch said information.
The text was updated successfully, but these errors were encountered: