Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

chechogrom's avatar

Redirect After Nova Logout to Auth0 Logout Route

I'm working on a project where I need to redirect users to the Auth0 logout route (GET /logout) after they log out from Nova (POST /nova/logout). The goal is to ensure that when a user logs out from Nova, the Auth0 session is also terminated by calling its logout function.

The specific route is part of the Auth0 package, as detailed in their documentation here.

Has anyone implemented something similar or have any suggestions on how to achieve this? Any help would be greatly appreciated!

0 likes
0 replies

Please or to participate in this conversation.