Skip to content

[0.2.0] - 2021-05-07

Choose a tag to compare

@thomasvargiu thomasvargiu released this 07 May 09:30
· 89 commits to master since this release

Added

  • Added service builders
  • Added Psalm integration (see the README)
  • Allow user to customize sent claims. #8 (@drupol)

Changed

  • MetadataProviderBuilder::setClient() is now deprecated, use setHttpClient() method. #10 (@drupol)

Fixed

  • Fixed token request body building. #2 (@drupol)
  • Fixed introspection endpoint. #4 (@drupol)
  • Provide the default aud claim in introspection if not set. #12 (@drupol)

Deprecated

  • MetadataProviderBuilder::setClient() is now deprecated, use setHttpClient() method. #10 (@drupol)

Special thanks to @drupol for his contributions.