File rubygem-omniauth-google-oauth2.changes of Package rubygem-omniauth-google-oauth2

-------------------------------------------------------------------
Mon Nov  4 17:09:36 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- ## 1.2.0 - 2024-09-15

### Added
- jwt 2.9.0 support for their updated claims code.

### Deprecated
- Nothing.

### Removed
- Ruby 2.3 and 2.4 support.
- Support for jwt < 2.9.0.

### Fixed
- Fixed image sizing code.
- Rubocop configuration updates.

## 1.1.3 - 2024-08-29

### Added
- Updated to use POST instead of GET for tokeninfo endpoint.

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Documentation typos.
- Rubocop configuration updates.


-------------------------------------------------------------------
Fri Jun 21 10:20:56 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- ## 1.1.2 - 2024-03-28

### Added
- Add support for enable_granular_consent option (#455)

### Deprecated
- Nothing.

### Removed
- Nothing.

### Fixed
- Nothing.


-------------------------------------------------------------------
Fri Oct 28 05:02:27 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.1.1
 see installed CHANGELOG.md

  ## 1.1.1 - 2022-09-05
  
  ### Added
  - Nothing.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Fixed JWT decoding issue. (Invalid segment encoding) [#431](https://github.com/zquestz/omniauth-google-oauth2/pull/431)
  
  ## 1.1.0 - 2022-09-03
  
  ### Added
  - `overridable_authorize_options` has been added to restrict overriding authorize_options by request params. [#423](https://github.com/zquestz/omniauth-google-oauth2/pull/423)
  - Support for oauth2 2.0.x. [#429](https://github.com/zquestz/omniauth-google-oauth2/pull/429)
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Nothing.
  

-------------------------------------------------------------------
Thu Apr 28 05:39:14 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 1.0.1
 see installed CHANGELOG.md

  ## 1.0.1 - 2022-03-10
  
  ### Added
  - Output granted scopes in credentials block of the auth hash.
  - Migrated to GitHub actions.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Overriding the `redirect_uri` via params or JSON request body.
  

-------------------------------------------------------------------
Thu Jun 24 17:42:08 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 1.0.0
 see installed CHANGELOG.md

  ## 1.0.0 - 2021-03-14
  
  ### Added
  - Support for Omniauth 2.x!
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Support for Omniauth 1.x
  
  ### Fixed
  - Nothing.
  
  ## 0.8.2 - 2021-03-14
  
  ### Added
  - Constrains the version to Omniauth 1.x.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Nothing.
  

-------------------------------------------------------------------
Wed Jan 20 13:02:21 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 0.8.1
 see installed CHANGELOG.md

  ## 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.
  

-------------------------------------------------------------------
Mon Feb 10 15:19:32 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 0.8.0
 see installed CHANGELOG.md

  ## 0.8.0 - 2019-08-21
  
  ### Added
  - Updated omniauth-oauth2 to v1.6.0 for security fixes.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Ruby 2.1 support.
  
  ### Fixed
  - Nothing.

-------------------------------------------------------------------
Fri Jul 19 09:26:54 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 0.7.0
 see installed CHANGELOG.md

  ## 0.7.0 - 2019-06-03
  
  ### Added
  - Ensure `info[:email]` is always verified, and include `unverified_email`
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Nothing.

-------------------------------------------------------------------
Thu Mar 14 11:00:46 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 0.6.1
 see installed CHANGELOG.md

  ## 0.6.1 - 2019-03-07
  
  ### Added
  - Return `email` and `email_verified` keys in response.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Nothing.

-------------------------------------------------------------------
Mon Jan 14 13:49:32 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 0.6.0
 see installed CHANGELOG.md

  ## 0.6.0 - 2018-12-28
  
  ### 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.

-------------------------------------------------------------------
Sat Dec  8 16:26:57 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 0.5.4
 see installed CHANGELOG.md

  ## 0.5.4 - 2018-12-07
  
  ### Added
  - New recommended endpoints for Google OAuth.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Nothing.

-------------------------------------------------------------------
Thu Feb  8 06:16:49 UTC 2018 - coolo@suse.com

- updated to version 0.5.3
 see installed CHANGELOG.md

  ## 0.5.3 - 2018-01-25
  
  ### 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.

-------------------------------------------------------------------
Thu Aug  3 19:29:08 UTC 2017 - coolo@suse.com

- updated to version 0.5.2
 see installed CHANGELOG.md

  ## 0.5.2 - 2017-07-30
  
  ### Added
  - Nothing
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - New `authorize_url` and `token_url` endpoints are reverted until JWT 2.0 ships.
  
  ### Fixed
  - Nothing
  
  ## 0.5.1 - 2017-07-19
  
  ### 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.

-------------------------------------------------------------------
Wed May 31 07:24:39 UTC 2017 - coolo@suse.com

- updated to version 0.5.0
 see installed CHANGELOG.md

  ## 0.5.0 - 2017-05-29
  
  ### 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.

-------------------------------------------------------------------
Thu Apr  7 04:35:35 UTC 2016 - coolo@suse.com

- updated to version 0.4.1
 see installed CHANGELOG.md

  ## 0.4.1 - 2016-03-14
  
  ### Added
  - Nothing.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Nothing.
  
  ### Fixed
  - Fixed JWT iat leeway by requiring ruby-jwt 1.5.2
  
  ## 0.4.0 - 2016-03-11
  
  ### Added
  - Addedd ability to specify multiple hosted domains.
  - Added a default leeway of 1 minute to JWT token validation.
  - Now requires ruby-jwt 1.5.x.
  
  ### Deprecated
  - Nothing.
  
  ### Removed
  - Removed support for ruby 1.9.3 as ruby-jwt 1.5.x does not support it.
  
  ### Fixed
  - Nothing.

-------------------------------------------------------------------
Sun Jan 31 03:55:09 UTC 2016 - mrueckert@suse.de

- update to 0.3.1

-------------------------------------------------------------------
Mon Jan 11 14:17:41 UTC 2016 - mrueckert@suse.de

- update to 0.3.0

-------------------------------------------------------------------
Tue Dec  1 11:54:27 UTC 2015 - mrueckert@suse.de

- update to 0.2.10

-------------------------------------------------------------------
Sat Sep 26 03:22:25 UTC 2015 - mrueckert@suse.de

- update to 0.2.7

-------------------------------------------------------------------
Wed Jul 23 22:12:30 UTC 2014 - mrueckert@suse.de

- initial package 

openSUSE Build Service is sponsored by