Releases: zquestz/omniauth-google-oauth2
Releases · 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.
Release v0.8.0
Added
- Updated omniauth-oauth2 to v1.6.0 for security fixes.
Deprecated
- Nothing.
Removed
- Ruby 2.1 support.
Fixed
- Nothing.
Release v0.7.0
Added
- Ensure
info[:email]is always verified, and includeunverified_email
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release v0.6.1
Added
- Return email and email_verified keys in response.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
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.
Release v0.5.4
Added
- New recommended endpoints for Google OAuth.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
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.
Release v0.5.2
Added
- Nothing
Deprecated
- Nothing.
Removed
- New
authorize_urlandtoken_urlendpoints are reverted until JWT 2.0 ships.
Fixed
- Nothing
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.
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.