Skip to content

Releases: auth0/auth0-PHP

8.11.1

11 Jan 15:28
5d132ad
Compare
Choose a tag to compare

Fixed

  • fix: Resolve erroneous exception throw on tenant domain validation #755 (ramonschriks)

8.11.0

09 Jan 15:25
2dd8a74
Compare
Choose a tag to compare

Added

  • feat: Support validating tokens with tenant domain in the case of custom domains #753 (ramonschriks)

8.10.0

05 Dec 21:58
4bb6c60
Compare
Choose a tag to compare

Added

  • feat(SDK-4731): Implement support for Back-Channel Logout #747 (evansims)

Changed

  • PHP 8.1 is now the minimum supported runtime #748 (evansims)

8.9.3

30 Nov 15:18
c0720c2
Compare
Choose a tag to compare

Fixed

  • fix: Remove redundant token verification step #742 (evansims)

8.9.1

21 Nov 08:59
21609c7
Compare
Choose a tag to compare

Full Changelog

Fixed

  • fix(SDK-4716): Resolve thrown exception when enumerating device cookies that include non-string keys/names #739 (evansims)

8.9.0

14 Nov 01:32
a8efbb8
Compare
Choose a tag to compare

Full Changelog

Added

  • feat(SDK-4543): Support Organizations with Client Grants #736 (evansims)

8.8.0

19 Oct 00:41
ef7634a
Compare
Choose a tag to compare

Added

  • Support initiate_login_uri property for PATCH requests to the /api/v2/clients/:id Management API endpoint. #732

Fixed

  • Token generator typo in claim header. #729

Changed

  • composer.json now identifies mbstring as a required extension. #730
  • PHP 8.3 nightlies have been added to the continuous integration testing matrix. #733

8.7.1

07 Aug 04:47
Compare
Choose a tag to compare

Fixed

  • Corrected Management API route for deploy action endpoint by @speercy (#723)

8.7.0

21 Jul 04:38
a3ebfb6
Compare
Choose a tag to compare

Added

  • Organization Name support added for Authentication API and token handling ¹ (#719)

Note
¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.

8.6.0

02 May 17:23
b776758
Compare
Choose a tag to compare

Added

  • PAR (Pushed Authorization Request) support¹ (#714):
    • Auth0\SDK\API\Authentication\PushedAuthorizationRequest is a new class for issuing Pushed Authorization Requests and producing authorization links for them.
    • Auth0\SDK\API\Authentication::pushedAuthorizationRequest() has been added as a shortcut method for returning a configured instantiation of the above class.
    • Auth0\SDK\Auth0::login() has been updated to support issuing Pushed Authorization Requests and returning authorization links for them.
    • Auth0\SDK\Configuration\SdkConfiguration has been updated to accept a pushedAuthorizationRequest boolean to enable this feature.
  • Auth0\SDK\Auth0::isAuthenticated() has been added as a shortcut method. It is an alias for getCredentials() !== null.

¹ Note: To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.