I am using custom login with auth0 in node js. please help me out how can we do custom logout with that.
Hi @xeniadev,
Welcome to the Auth0 Community!
To customize the logout flow, I recommend passing a returnTo
parameter to redirect the user to your target URL after logout. https://auth0.com/docs/login/logout/redirect-users-after-logout
Doing so will allow you to accomplish a customized logout flow.
Please let me know if you have any questions. I would be happy to help.
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.