AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- 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.
- 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.
- 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.
- 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.
- update to 0.3.1
- update to 0.3.0
- update to 0.2.10
- update to 0.2.7
- initial package