I’m using Auth0 Vue SDK.
The lifetime of Access Token can be handle in ManagemrntAPI→Access Token Settings.
After the token expires, all APIs return 401.
This is correct and expected behavior.
After an API returns 401, https://{MY_DOMAIN}/oauth/token
is called and new Access Token can be used.
This is a helpful function, but how can I handle it?
For example, If I want to make the Accress Token rotation disabled, how can I do that?