Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

24 lines (17 loc) · 1.27 KB

v0.4.0 (5.06.2019)

  • Add claims parameter to authorize request
  • Allow options to be modified both by options and by request parameters, prioritizing request parameters
  • Support back to Ruby 2.3
  • Make it clear what options come from what standards

v0.3.1 (08.06.2019)

  • Set default OmniAuth name to openid_connect #23

v0.3.0 (27.04.2019)

  • RP-Initiated Logout phase #5
  • Allows ui_locales, claims_locales and login_hint as request params #6
  • Make uid label configurable #11
  • Allow rails applications to handle state mismatch #14
  • Handle errors when fetching access_token at callback_phase #17
  • Allow state method to receive env #19

v0.2.4 (06.01.2019)

  • Prompt and login hint #4
  • Bump openid_connect dependency #9