ueberauth / ueberauth_google

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

Per Strategy callback_url or callback_path #74

Closed pedromvieira closed 5 years ago

pedromvieira commented 5 years ago

We have different strategies in an umbrella app that needs multiple to get callback in specific routes (apps). We tried change base_path, callback_url and callback_path without success. Our Google OAuth Client contains a common Authorized JavaScript origins and multiple Authorized redirect URIs. Our request succeeds but only on redirects to primary url.

pedromvieira commented 5 years ago

We succeeded with the new dynamic request available in master uebeeauth. run_request and run_callback dynamically.