ueberauth / ueberauth_google

Google OAuth2 Strategy for Überauth.
MIT License
166 stars 85 forks source link

refactor: use `UeberauthOidcc` as a library #105

Open paulswartz opened 11 months ago

paulswartz commented 11 months ago

@yordis not :100: sure this is what you meant in https://github.com/erlef/oidcc/discussions/263, but I gave it a shot anyways.

Other than requiring users to update to Erlang 26 and possibly changing some error messages, this should be backwards compatible with existing Ueberauth.Strategy.Google configurations.

Benefits:

Cons:

yordis commented 11 months ago

I love it! I would love to hear @doomspork thoughts as well!