-
I want to perform the penetration testing of my app but due to fact the access token get expired after an hour. I am not able to test it. After googling I came to this doc which allow to change the acess token expiration time https://www.ory.sh/hydra/docs/guides/token-expiration/ Using it I able to decrease the access token expiration time to 1min but I am not able to increase to more than hour eg. 72h (3 days). How can I increase the default access token life span. I am using hydra 1.9 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hm weird, I don't see why you wouldn't be able to increase it? |
Beta Was this translation helpful? Give feedback.
Hm weird, I don't see why you wouldn't be able to increase it?
Can you set it with an env variable?
export TTL_ACCESS_TOKEN=<value>