portainer/api/jwt
Dakota Walsh 3de585fe17
fix(extension): extend JWT auth token expiration for extension EE-3065 (#6881)
The default expiration time of 8 hours does not make sense in the
context of the docker desktop extension. This adds a new feature flag
which can be enabled with `export DOCKER_EXTENSION=1` and when 
present will set the expiration time to 99 years.

I've set this flag in the docker-compose.yml we use when building our
docker extension.
2022-05-06 09:52:47 +12:00
..
jwt.go fix(extension): extend JWT auth token expiration for extension EE-3065 (#6881) 2022-05-06 09:52:47 +12:00
jwt_kubeconfig.go
jwt_kubeconfig_test.go
jwt_test.go