Release 6.0.0-beta.0 - #246
Merged
Merged
Conversation
nandan-bhat
approved these changes
Jul 27, 2026
rmad17
approved these changes
Jul 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 What's New
This release makes the Auth0 Symfony SDK compatible with auth0-php v9. The bundle wraps the Authentication API, which is unchanged in v9, so authentication flows require no changes. The one source-level addition is a new, idiomatic entry point for the rewritten Management API.
✨ Highlights
getManagement()accessor -Service::getManagement()returns aManagementClientwrapper built from your existing bundle configuration (domain,client_id,client_secret), with automatic OAuth 2.0 client credentials token management and PSR-6 caching$client->users->list()), and built-inPager<T>pagination, all surfaced through the bundle🔄 What's Changed
The Authentication surface is completely unchanged. Login, logout, callback, and token handling work exactly as before.
The Management API entry point has changed:
$auth0->getSdk()->management()$auth0->getManagement()->users()->getAll()->users->list()ListUsersRequestParameters)ResponseInterface+HttpResponse::decodeContent()$user->getEmail())HttpResponsePaginatorforeach ($pager as $user)📦 Installation
🔧 Quick Start
auth0/auth0-phpdependency from^8.19to^9.08.1to8.2getSdk()->management()is non-functional with auth0-php v9; use the newgetManagement()accessor instead📚 Resources
🙏 Feedback
This is a beta release - we would love your feedback! Please open an issue if you encounter any problems or have suggestions.