Skip to content

v5.0.0

Compare
Choose a tag to compare
@ekkinox ekkinox released this 07 Apr 07:32
· 167 commits to master since this release
891f643
  • Added migration guide to document breaking changes and migration steps
  • Added psalm support
  • Added support of nullable error for Result based classes
  • Added LtiServiceServer component to ease providing LTI services
  • Moved Service\Server namespace into Security\OAuth2
  • Moved UserAuthenticationResultInterface in Result sub namespace
  • Moved UserAuthenticationResult in Result sub namespace
  • Renamed JwksServer into JwksRequestHandler
  • Renamed OidcInitiationServer into OidcInitiationRequestHandler
  • Renamed OidcAuthenticationServer into OidcAuthenticationRequestHandler
  • Renamed AccessTokenRequestValidator into RequestAccessTokenValidator
  • Renamed AccessTokenRequestValidatorResult into RequestAccessTokenValidatorResult
  • Renamed ServiceClientInterface into LtiServiceClientInterface
  • Renamed ServiceClient into LtiServiceClient
  • Fixed globally nullable parameters for classes constructors
  • Fixed deprecated legacy user identifier claim
  • Updated UserAuthenticatorInterface signature
  • Updated documentation