We want to update the user access_token expiration time via an API call to Auth0.
The flow should be:
- User logins
- After X period of time, a modal appears asking if the user will stay logged or not
- If click yes, we update the access token
Is it possible to do it via API call?
If not, how can I achieve this expected result?
Thanks!