How does auth0 handle logouts

Hi, just wondering how Auth0 handles logouts, does it invalidate the token or just remove the cookie?

Hi @slcredentialmanager,

JWT access tokens are stateless and are not invalidated upon logout (we recommend short lifetimes). Session cookies are terminated.

Here’s more info: