Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently the max-age of a JSON web token, and so a Web GUI login session, defaults to 8 hours.
While REST API clients can change max-age using e.g. `GET /v1/auth?max-age=28800` such changes are not persistent yet.
Feature request: make this timeout configurable through e.g. a `auth_token_timeout` configuration variable