Expire access token when Logout

Hi @techtic.neel,

In order to help with your solution, which SDK are you using?

Unfortunately, JWTs can’t be invalidated because they are meant to be self-contained instead of requiring a check with Auth0.

You can configure a short lifetime for your access tokens in your API settings:

Related topic: Invalidating an access token when user logs out