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?