Releases: auth0/auth0-PHP
Releases · auth0/auth0-PHP
8.11.1
Fixed
- fix: Resolve erroneous exception throw on tenant domain validation #755 (ramonschriks)
8.11.0
Added
- feat: Support validating tokens with tenant domain in the case of custom domains #753 (ramonschriks)
8.10.0
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
Fixed
- fix: Remove redundant token verification step #742 (evansims)
8.9.1
Full Changelog
Fixed
- fix(SDK-4716): Resolve thrown exception when enumerating device cookies that include non-string keys/names #739 (evansims)
8.8.0
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
Fixed
- Corrected Management API route for deploy action endpoint by @speercy (#723)
8.7.0
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.