auth0/jwt-auth-bundle
Symfony bundle for Auth0 authentication and management APIs. Supports PHP 8.1+ and Symfony 6.4/7/8. Install via Composer, configure domain/client credentials and callback/logout URLs, then use the SDK for login, tokens, and user sessions.
The Auth0 Symfony SDK supports Backchannel Logout from v5.2 onward. To use this feature, some additional configuration is necessary:
config/routes.yaml file:backchannel: # Retrieve backchannel logout tokens from Auth0
path: /backckannel
controller: Auth0\Symfony\Controllers\BackchannelController::handle
methods: POST
How can I help you explore Laravel packages today?