Token validity extension

Hi,
I know that maximum validity of an Auth0 token is 30 days. Is there any possibility by which we can extend it?

Hi @guruprasad.bg , welcome to the community!

30 days is the maximum for an Access Token, and we generally recommend using Access Token lifetimes as short as is practical for your use case.

For longer periods I would recommend using Refresh Tokens. For SPAs we have the Rotating Refresh Token feature which provides additional protection for usage in a client-side app where token interception is more likely.

1 Like

If you have any other questions down the road feel free to create a new topic!