Hello everyone,
this question is considering maybe less hydra but oauth2. I set the expiration ttl for access and refresh token by setting env vars “TTL_ACCESS_TOKEN” and “TTL_REFRESH_TOKEN” for hydra. While I can see the expiration for access token in response, there is no expiration for refresh token. I use especially oauth2 go library (just for info golang.org/x/oauth2") and in the response there is no any expiration data for refresh token. I’m not sure if it is the behavior of the library or of hydra or generally of oauth2.
Can somebody tell, if hydra’s response generally provide this information?
Thank you!
LSI