Omniauth Google Oauth2 Versions Save

Oauth2 strategy for Google

v1.1.2

1 month ago

Added

  • Add support for enable_granular_consent option (#455)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

v1.1.1

1 month ago

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed JWT decoding issue. (Invalid segment encoding) #431

v1.1.0

1 year ago

Added

  • overridable_authorize_options has been added to restrict overriding authorize_options by request params. #423
  • Support for oauth2 2.0.x. #429

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

v1.0.1

2 years ago

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

v1.0.0

3 years ago

Added

  • Support for Omniauth 2.x!

Deprecated

  • Nothing.

Removed

  • Support for Omniauth 1.x.

Fixed

  • Nothing.

v0.8.2

3 years ago

Added

  • Constrains the version to Omniauth 1.x.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

v0.8.1

3 years ago

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.

v0.8.0

4 years ago

Added

  • Updated omniauth-oauth2 to v1.6.0 for security fixes.

Deprecated

  • Nothing.

Removed

  • Ruby 2.1 support.

Fixed

  • Nothing.

v0.7.0

4 years ago

Added

  • Ensure info[:email] is always verified, and include unverified_email

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

v0.6.1

4 years ago

Added

  • Return email and email_verified keys in response.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.