Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 888 Bytes

CHANGELOG.md

File metadata and controls

34 lines (22 loc) · 888 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

As this is an unoficial fork, no actual Gems are released for any version.

[1.2.1] - 2020-04-06

Added

  • fallback to preferred_username for info[:email]

[1.2.0]

Changed

  • requests the profile scope in addition to the openid scope by default
  • updated JWT to ~> 2.2.0

[1.1.0] - 2019-01-05

Added

  • Support for the Azure v2.0 AD openidconnect endpoint
  • option to run a single provider for multiple AD tenants
  • support for password reset requests

Changed

  • Updated JWT dependency to ~> 2.0

Fixed

  • use a configured on_failure error handler instead of always raising exceptions in callback_phase