Recent Releases of https://github.com/zquestz/omniauth-google-oauth2
https://github.com/zquestz/omniauth-google-oauth2 - Release v1.2.1
Added
- Use jwt v2.9.2's public claims verification API - https://github.com/zquestz/omniauth-google-oauth2/pull/465
Deprecated
- Nothing.
Removed
- Support for jwt < 2.9.2.
Fixed
- Nothing.
- Ruby
Published by zquestz about 1 year ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v1.2.0
Added
- jwt 2.9.0 support for their updated claims code.
- 'smart' image resizing option.
Deprecated
- Nothing.
Removed
- Ruby 2.3 and 2.4 support.
- Support for jwt < 2.9.0.
Fixed
- Fixed image sizing code.
- Rubocop configuration updates.
- Ruby
Published by zquestz over 1 year ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v1.1.3
Added
- Updated to use POST instead of GET for tokeninfo endpoint. (https://github.com/zquestz/omniauth-google-oauth2/pull/457)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Documentation typos.
- Rubocop configuration updates.
- Ruby
Published by zquestz over 1 year ago
https://github.com/zquestz/omniauth-google-oauth2 - v1.2.2
Added
- Add support for enable_granular_consent option (#455)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Ruby
Published by zquestz almost 2 years ago
https://github.com/zquestz/omniauth-google-oauth2 - v1.1.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed JWT decoding issue. (Invalid segment encoding) #431
- Ruby
Published by zquestz over 3 years ago
https://github.com/zquestz/omniauth-google-oauth2 - v1.1.0
Added
overridable_authorize_optionshas been added to restrict overriding authorize_options by request params. #423- Support for oauth2 2.0.x. #429
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Ruby
Published by zquestz over 3 years ago
https://github.com/zquestz/omniauth-google-oauth2 - v1.0.1
Added
- Output granted scopes in credentials block of the auth hash. https://github.com/zquestz/omniauth-google-oauth2/pull/420
- Migrated to GitHub actions. https://github.com/zquestz/omniauth-google-oauth2/pull/421
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Overriding the
redirect_urivia params or JSON request body. https://github.com/zquestz/omniauth-google-oauth2/pull/414
- Ruby
Published by zquestz almost 4 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v1.0.0
Added
- Support for Omniauth 2.x!
Deprecated
- Nothing.
Removed
- Support for Omniauth 1.x.
Fixed
- Nothing.
- Ruby
Published by zquestz almost 5 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.8.2
Added
- Constrains the version to Omniauth 1.x.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Ruby
Published by zquestz almost 5 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.8.1
0.8.1 - 2020-12-12
Added
- Support reading the access token from a json request body.
Deprecated
- Nothing.
Removed
- No longer verify the iat claim for JWT.
Fixed
- A few minor issues with .rubocop.yml.
- Issues with image resizing code when the image came with size information from Google.
- Ruby
Published by zquestz about 5 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.8.0
Added
- Updated omniauth-oauth2 to v1.6.0 for security fixes.
Deprecated
- Nothing.
Removed
- Ruby 2.1 support.
Fixed
- Nothing.
- Ruby
Published by zquestz over 6 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.7.0
Added
- Ensure
info[:email]is always verified, and includeunverified_email
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Ruby
Published by zquestz over 6 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.6.1
Added
- Return email and email_verified keys in response.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Ruby
Published by zquestz almost 7 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.6.0
Added
- Support for JWT 2.x.
Deprecated
- Nothing.
Removed
- Support for JWT 1.x.
- Support for
raw_friend_infoandraw_image_info.
Fixed
- Nothing.
- Ruby
Published by zquestz about 7 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.5.4
Added
- New recommended endpoints for Google OAuth.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Ruby
Published by zquestz about 7 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.2.9
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Issue with omniauth-oauth2 where redirect_uri was handled improperly. We now lock the dependency to ~> 1.3.1
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.2.10
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Removed some checks on the id_token. Now only parses the id_token in the JWT processing.
Fixed
- Nothing.
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.3.0
Added
- Updated verify_token to use the v3 tokeninfo endpoint.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Compatibility with omniauth-oauth2 1.4.0
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.5.3
Added
- Added support for the JWT 2.x gem.
- Now fully qualifies the
JWTclass to prevent conflicts with theOmniauth::JWTstrategy.
Deprecated
- Nothing.
Removed
- Removed the
multijsondependency. - Support for versions of
omniauth-oauth2< 1.5.
Fixed
- Nothing.
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.5.2
Added
- Nothing
Deprecated
- Nothing.
Removed
- New
authorize_urlandtoken_urlendpoints are reverted until JWT 2.0 ships.
Fixed
- Nothing
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.5.1
Added
- Breaking JWT iss verification can be enabled/disabled with the
verify_issflag - see the README for more details. - Authorize options now includes
device_idanddevice_namefor private ip ranges.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Updated
authorize_urlandtoken_urlto new endpoints.
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.5.0
Added
- Rubocop checks to specs.
- Defaulted dev environment to ruby 2.3.4.
Deprecated
- Nothing.
Removed
- Testing support for older versions of ruby not supported by OmniAuth 1.5.
- Key
[:urls]['Google']no longer exists, it has been renamed to[:urls][:google].
Fixed
- Updated all code to rubocop conventions. This includes the Ruby 1.9 hash syntax when appropriate.
- Example javascript flow now picks up ENV vars for google key and secret.
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.4.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed JWT iat leeway by requiring ruby-jwt 1.5.2
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.4.0
Added
- Addedd ability to specify multiple hosted domains.
- Added a default leeway of 1 minute to JWT token validation.
- Now requires ruby-jwt 1.5.x.
Deprecated
- Nothing.
Removed
- Removed support for ruby 1.9.3 as ruby-jwt 1.5.x does not support it.
Fixed
- Nothing.
- Ruby
Published by zquestz about 8 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release v0.3.1
0.3.1 - 2016-01-28
Added
- Verify Hosted Domain if hd is set in options.
Deprecated
- Nothing.
Removed
- Dependency on addressable.
Fixed
- Nothing.
- Ruby
Published by zquestz about 10 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release 0.2.5
0.2.5 - 2014-07-09
Added
- Support for versions of omniauth past 1.0.x.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
- Ruby
Published by zquestz over 11 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release 0.2.6
0.2.6 - 2014-10-26
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Hybrid authorization issues due to bad method alias.
- Ruby
Published by zquestz over 11 years ago
https://github.com/zquestz/omniauth-google-oauth2 - Release 0.2.4
- Ruby
Published by zquestz over 11 years ago