omniauth-google-oauth2 icon indicating copy to clipboard operation
omniauth-google-oauth2 copied to clipboard

Oauth2 strategy for Google

Results 26 omniauth-google-oauth2 issues
Sort by recently updated
recently updated
newest added

Solves issue #425 to provide complete support for latest version v2.0.6+ _!! Breaking changes for OAuth2 versions NOTE: I'm not certain if there are edge cases where access_token.token may still...

Providing quick fix for #426 & #425 Updating did not require newer ruby versions. had all tests pass on ruby 2.3.8.

This allows you to upgrade the oauth2 gem so we can use versions up to and including 2.0.4. I couldn't figure out how to get the tests to pass for...

Thank you so much for putting this valuable gem together. Are there plans to update the gemspec to use OAuth2 v2.x? Recently after installing this gem I saw "You have...

When I develop local all work perfectly, but when deploy on docker I got this error. Can you help me resolved this ```bash E, [2021-10-14T18:13:18.970657 #1] ERROR -- omniauth: (google_oauth2)...

Thank you for the great gem! By the following implementation, all authorize_options can be overridden with request parameters. https://github.com/zquestz/omniauth-google-oauth2/blob/8bebf08bcce88a4dc3e59111eb97785b166828e8/lib/omniauth/strategies/google_oauth2.rb#L34-L36 For example, even if we restrict it with `hd: 'exanple.com'`, end-users...

Hi there! Thanks for this great gem! I got an email stating that my app needed to migrate to the new "Google Identity Services SDK" by March 2023. For more,...

When I request my user, it returns the profile picture in this format (which I believe is not the format this gem expects) https://lh3.googleusercontent.com/a-/AOh14Girjdxgw0kygBhGCtIpIOgxHuKej3MLf5Ug6vmA=s96-c Beign s96-c the size. Currently I'm...

I am using v1.1.1 and am getting such an error message: `Authentication failure! Invalid segment encoding: JWT::DecodeError, Invalid segment encoding` But it worked fine before I upgraded to this version....

Revisiting these docs, I realize that it's a little bit confusing if you're using Devise, so I added a Devise callout sooner in the README.