Skip to content

Releases: zquestz/omniauth-google-oauth2

v1.2.2

29 Mar 09:55
f892031
Compare
Choose a tag to compare

Added

  • Add support for enable_granular_consent option (#455)

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

v1.1.1

29 Mar 09:54
fb755d2
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

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

v1.1.0

04 Sep 03:50
9e37860
Compare
Choose a tag to compare

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

11 Mar 02:50
8bebf08
Compare
Choose a tag to compare

Added

  • Output granted scopes in credentials block of the auth hash. #420
  • Migrated to GitHub actions. #421

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Overriding the redirect_uri via params or JSON request body. #414

Release v1.0.0

15 Mar 04:10
e4c12a9
Compare
Choose a tag to compare

Added

  • Support for Omniauth 2.x!

Deprecated

  • Nothing.

Removed

  • Support for Omniauth 1.x.

Fixed

  • Nothing.

Release v0.8.2

15 Mar 04:09
bb3f936
Compare
Choose a tag to compare

Added

  • Constrains the version to Omniauth 1.x.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release v0.8.1

13 Dec 05:44
32599d1
Compare
Choose a tag to compare

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

22 Aug 06:55
e2ace46
Compare
Choose a tag to compare

Added

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

Deprecated

  • Nothing.

Removed

  • Ruby 2.1 support.

Fixed

  • Nothing.

Release v0.7.0

03 Jun 18:06
Compare
Choose a tag to compare

Added

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

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release v0.6.1

03 Jun 17:27
Compare
Choose a tag to compare

Added

  • Return email and email_verified keys in response.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.