Skip to content

Releases: zquestz/omniauth-google-oauth2

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.

Release v0.6.0

29 Dec 06:44
491310a
Compare
Choose a tag to compare

Added

  • Support for JWT 2.x.

Deprecated

  • Nothing.

Removed

  • Support for JWT 1.x.
  • Support for raw_friend_info and raw_image_info.

Fixed

  • Nothing.

Release v0.5.4

18 Dec 05:03
Compare
Choose a tag to compare

Added

  • New recommended endpoints for Google OAuth.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

Release v0.5.3

26 Jan 07:52
5db8c94
Compare
Choose a tag to compare

Added

  • Added support for the JWT 2.x gem.
  • Now fully qualifies the JWT class to prevent conflicts with the Omniauth::JWT strategy.

Deprecated

  • Nothing.

Removed

  • Removed the multijson dependency.
  • Support for versions of omniauth-oauth2 < 1.5.

Fixed

  • Nothing.

Release v0.5.2

26 Jan 07:51
2c8e461
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing.

Removed

  • New authorize_url and token_url endpoints are reverted until JWT 2.0 ships.

Fixed

  • Nothing

Release v0.5.1

26 Jan 07:51
0c1a3b5
Compare
Choose a tag to compare

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 and device_name for private ip ranges.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Updated authorize_url and token_url to new endpoints.

Release v0.5.0

26 Jan 07:50
b158b00
Compare
Choose a tag to compare

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

26 Jan 07:50
Compare
Choose a tag to compare

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed JWT iat leeway by requiring ruby-jwt 1.5.2