How to change the expires_in value of Access Token at Auth0's SPA SDK
Sep 10, 2025
Overview
make use of these.
* https://github.com/auth0/auth0-spa-js
* https://github.com/auth0/auth0-vue
2. Match the expiration date(expires_in value) of ID Token and AccessToken
3. We want to set expires_in value at 3600 seconds
Is there a way to change the expiration date(expires_in value) of the Access Token?
Cause
Solution