I use the spa-sdk to orchestrate authentication using Auth0, but have custom authz implementation server side.
I was looking for a way to invalidate a user’s auth0 session cookie/token using user management APIs, for situations where I want to force a user to log out and log back in. All the documentation I can find talks about redirecting the user to the logout endpoint, but to do that I’ll need to build a bunch of things that I can avoid doing if there’s a way to get the auth0 management api to do this for me instead.
Any ideas/suggestions/pointers?