Releases: zquestz/omniauth-google-oauth2
Releases · 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.
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_info
andraw_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
JWT
class to prevent conflicts with theOmniauth::JWT
strategy.
Deprecated
- Nothing.
Removed
- Removed the
multijson
dependency. - Support for versions of
omniauth-oauth2
< 1.5.
Fixed
- Nothing.
Release v0.5.2
Added
- Nothing
Deprecated
- Nothing.
Removed
- New
authorize_url
andtoken_url
endpoints 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_iss
flag - see the README for more details. - Authorize options now includes
device_id
anddevice_name
for private ip ranges.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Updated
authorize_url
andtoken_url
to 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.
Release v0.4.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed JWT iat leeway by requiring ruby-jwt 1.5.2