Why does an API bearer token used to call the Management API default to lasting 86400 seconds? If I am using the token immediately it should only need to be active for a few seconds. Even in your example (https://auth0.com/docs/api/management/v2/get-access-tokens-for-production), the token is requested, immediately used to call the Mgmt API, then discarded.
Is it a security risk to have a valid token for a full day? Can we reduce the time before the token expires? Thank you.