ueberauth / ueberauth_facebook

Facebook OAuth2 Strategy for Überauth.
MIT License
77 stars 64 forks source link

Feature/config resolution #71

Closed christian-callau closed 1 year ago

christian-callau commented 1 year ago

Amended oAuth strategy to resolve m/f/a tuples which allows to read the provider configuration in run time instead of in compile time.

See https://github.com/ueberauth/ueberauth_google/pull/60

christian-callau commented 1 year ago

I just foud out, there is no need to apply this logic since there is a better way to read in runtime by placing the config in config/runtime.exs.