Morning :wave: Maybe a stupid question, but when I...
# talk-hydra
g
Morning 👋 Maybe a stupid question, but when I'm using
POST /oauth2/token
with the
grant_type: refresh_token
to get a new access token, I also get a new refresh token. Does this new refresh token have a new/reset TTL or does it take into account the time the previous one(s) existed? 🤔
m
Hey David, not a stupid question - I am not totally sure myself but instinct is it has a new TTL.
g
Hey @magnificent-energy-493, thanks for the answer 🙏 That was my intuition too, and through some quick skimming through the code, that's what I understood too - but still not 100% certain 😅