Skip to content

Latest commit

 

History

History
103 lines (74 loc) · 6.75 KB

CHANGELOG.md

File metadata and controls

103 lines (74 loc) · 6.75 KB

Change Log

v2.2.0 (2018-04-18)

Full Changelog

Closed issues

  • It supports custom domain? #71
  • Valid Login, No Details: email=nil image=nil name="github|38257089" nickname=nil #70

Added

Changed

v2.1.0 (2018-10-30)

Full Changelog

Closed issues

  • URL should be spelled uppercase outside of code #64
  • Add prompt=none authorization param handler #58
  • Could not find a valid mapping for path "/auth/oauth2/callback" #56
  • I had to downgrade my gems to use this strategy :-( #53
  • CSRF detected #49
  • /auth/:provider route not registered? #47

Added

Changed

Fixed

v2.0.0 (2017-01-25)

Full Changelog

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

Fixed

  • Use image attribute of omniauth instead of picture #45 (hzalaz)
  • Rework strategy to handle OAuth and OIDC #44 (hzalaz)
  • lock v10 update, dependencies update #41 (Amialc)

v1.4.2 (2016-06-13)

Full Changelog

Added

Changed

Fixed

v1.4.1 (2015-11-18)

Full Changelog

Merged pull requests:

  • Updating the strategy to set the refresh token in the credentials #14 (LindseyB)
  • Update README.md #13 (Annyv2)
  • Update home.js #12 (Annyv2)
  • Add nested module in version.rb #9 (l4u)

v1.4.0 (2015-06-01)

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator