Changing the expiration time for a bearer token
To extend the expiration time of a bearer token used in REST API, use the
docker-compose.local-overrides.yml
file to override the default
setting by configuring the HUB_AUTHENTICATION_ACCESS_TOKEN_EXPIRE
environment variable with the new expiration value in seconds.
The HUB_AUTHENTICATION_ACCESS_TOKEN_EXPIRE
property is the number of
seconds that the access tokens take to expire.
Note: The expiration configuration change only works for API tokens that are created after you
change the setting in the
docker-compose.local-overrides.yml
file. The
expiration time that you configure isn't updated for existing database records/API
tokens when the setting is changed and the service is restarted.