Logout from all devices

Hi, is it possible to kill auth0 session and logout from all devices via API like with password reset flow?

1 Like

Hey there!

I’m quite sure it’s doable but let me check that and get back to you soon!

Have you tried using this endpoint of ours:

https://auth0.com/docs/api/authentication?_ga=2.38398243.1641282041.1618472875-368752237.1616398056#logout

?

How is GET /authorize connected to logout?

Sorry pasted the wrong link. I just edited it

/logout doesn’t provide logout from all devices, I need some API that logs user out globally from all devices where user is logged in.

Then we don’t have that in our main APIs each of the SDKs, stacks people are using have different ways for doing that. What SDK you are using?