How to perform a silent logout?

Hello,

If I’ve authenticated a user with the Resource Owner Password grant (Authentication API Explorer), how can I also “silently” log them out? I.e. With no redirect occurring, just an API call to Auth0.

Thanks!

1 Like

Hi @jamesmehorter,

You should just need to clear out the tokens. There shouldn’t be session that requires an API call. Are you having issues with logging out?

Let me know,
Dan

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.