ueberauth_google
ueberauth_google copied to clipboard
Google OAuth2 Strategy for Überauth.
I sometimes get an exception in my logs, "No code received" for my app when running in production, but I can never reproduce it. Does anyone know what might cause...
### Steps to Reproduce Sorry unknown steps to reproduce. ### Expected Result Error should be caught and handled. ### Actual Result We got this stack trace, which suggests that a...
Use ueberauth_google with client side flow, when user just passes token to server.
Hi! I have noticed that after https://github.com/ueberauth/ueberauth_google/pull/82 the `state` query parameter is set internally by Ueberauth to perform CSRF validation. The question now is, can we still pass custom state...
Hello folks. Right now I'm getting: ``` %Ueberauth.Failure.Error{ message: "Cross-Site Request Forgery attack", message_key: :csrf_attack } ``` but only on Safari and Safari Mobile. Everything is working fine on Chrome...
Hi all, currently the guide shows that we configure the runtime environment like this: [https://github.com/ueberauth/ueberauth_google/blob/master/README.md#installation](url) > Use that if you want to read client ID/secret from the environment variables in...
Hello folks. In the `README` it's written: ``` the hd parameter to suggest a particular Google Apps hosted domain (caution, can still be overridden by the user) ``` If I...
The library does not seem to work with the rather new (Google Identity Service)[https://developers.google.com/identity/gsi/web/guides/overview]. Example of the callback request: ```elixir [info] POST /auth/google/callback [debug] Processing with AppWeb.OauthController.callback/2 Parameters: %{"clientId" =>...
@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...
### Steps to Reproduce 1. Change redirect_uri parameter to some value in config: `config :ueberauth, Ueberauth.Strategy.Google.OAuth, redirect_uri: 'https://example.com'` 2. Check network logs ### Expected Result Expected redirect_uri to be **https**://example.com...