Releases: zquestz/omniauth-google-oauth2
Releases · zquestz/omniauth-google-oauth2
Release v1.2.0
Release v1.1.3
Added
- Updated to use POST instead of GET for tokeninfo endpoint. (#457)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Documentation typos.
- Rubocop configuration updates.
Release v1.1.2
Added
- Add support for enable_granular_consent option (#455)
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
Release v1.1.1
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixed JWT decoding issue. (Invalid segment encoding) #431
Release v1.1.0
Release v1.0.1
Release v1.0.0
Added
- Support for Omniauth 2.x!
Deprecated
- Nothing.
Removed
- Support for Omniauth 1.x.
Fixed
- Nothing.
Release v0.8.2
Added
- Constrains the version to Omniauth 1.x.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
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.