How to invalidate a session token

Hi all,

I’ve checked the documentation and this forum but I couldn’t find an answer.

Is there a way to invalidate/revoke a session token?

Thanks in advance,
Murat

Hi @birben,

We don’t actively have a way to explicitly invalidate session tokens. The only way to invalidate a session token would be to essentially generate 100 new session tokens to invalidate the one, which is obviously not ideal.

We have some changed coming soon that revolved around JWT Sessions which may help with this issue. Stay tuned.

1 Like

Hi @Tyler

Thanks for the response!

Cheers