Changelog for
ruby2.5-rubygem-omniauth-auth0-2.1.0-lp150.1.1.x86_64.rpm :
* Thu Nov 22 2018 Stephan Kulow
- updated to version 2.1.0 see installed CHANGELOG.md [#]# [v2.1.0](https://github.com/auth0/omniauth-auth0/tree/v2.1.0) (2018-10-30) [Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.0.0...v2.1.0)
*
*Closed issues
*
* - URL should be spelled uppercase outside of code [\\#64](https://github.com/auth0/omniauth-auth0/issues/64) - Add prompt=none authorization param handler [\\#58](https://github.com/auth0/omniauth-auth0/issues/58) - Could not find a valid mapping for path \"/auth/oauth2/callback\" [\\#56](https://github.com/auth0/omniauth-auth0/issues/56) - I had to downgrade my gems to use this strategy :-( [\\#53](https://github.com/auth0/omniauth-auth0/issues/53) - CSRF detected [\\#49](https://github.com/auth0/omniauth-auth0/issues/49) - /auth/:provider route not registered? [\\#47](https://github.com/auth0/omniauth-auth0/issues/47)
*
*Added
*
* - Add ID token validation [\\#62](https://github.com/auth0/omniauth-auth0/pull/62) ([joshcanhelp](https://github.com/joshcanhelp)) - Silent authentication [\\#59](https://github.com/auth0/omniauth-auth0/pull/59) ([batalla3692](https://github.com/batalla3692)) - Pass connection parameter to auth0 [\\#54](https://github.com/auth0/omniauth-auth0/pull/54) ([tomgi](https://github.com/tomgi))
*
*Changed
*
* - Update to omniauth-oauth2 [\\#55](https://github.com/auth0/omniauth-auth0/pull/55) ([chills42](https://github.com/chills42))
*
*Fixed
*
* - Fix Rubocop errors [\\#66](https://github.com/auth0/omniauth-auth0/pull/66) ([joshcanhelp](https://github.com/joshcanhelp)) - Fix minute bug in README.md [\\#63](https://github.com/auth0/omniauth-auth0/pull/63) ([rahuldess](https://github.com/rahuldess))
* Thu Jan 26 2017 cooloAATTsuse.com- updated to version 2.0.0 see installed CHANGELOG.md [#]# [v2.0.0](https://github.com/auth0/omniauth-auth0/tree/v2.0.0) (2017-01-25) [Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v1.4.1...v2.0.0) Updated library to handle OIDC conformant clients and OAuth2 features in Auth0. This affects how the `credentials` and `info` attributes are populated since the payload of /oauth/token and /userinfo are differnt when using OAuth2/OIDC features. The `credentials` hash will always have an `access_token` and might have a `refresh_token` (if it\'s allowed in your API settings in Auth0 dashboard and requested using `offline_access` scope) and an `id_token` (scope `openid` is needed for Auth0 to return it). The `info` object will use the [OmniAuth schema](https://github.com/omniauth/omniauth/wiki/Auth-Hash-Schema#schema-10-and-later) after calling /userinfo: - name: `name` attribute in userinfo response or `sub` if not available. - email: `email` attribute in userinfo response. - nickname: `nickname` attribute in userinfo response. - image: `picture` attribute in userinfo response. Also in `extra` will have in `raw_info` the full /userinfo response.
* Sun Oct 09 2016 cooloAATTsuse.com- updated to version 1.4.2 see installed CHANGELOG.md
* Thu Mar 17 2016 mrueckertAATTsuse.de- initial package