Hey there, I just noticed on the <#C010F2N7XR9|> t...
# general
m
Hey there, I just noticed on the #C010F2N7XR9 that some changes that drastically reduce the
/oauth2/token
latency have been shipped. My guess is this is in ory-hydra. Can someone point me to the commits/PRs that introduce these changes? 👀
m
Yes @magnificent-action-28729 that was the changes included in this release: https://github.com/ory/hydra/releases/tag/v2.2.0 I think there are a couple of commits in this release for performance, I am not sure which ones exactly.
m
IIUC it's this commit that speeds up the authz code grant flow (described in this blog). But I don't believe that impacts the
oauth2/token
endpoint
Since the announcement was so new i figured it was a recent PR. These 3 come to mind: • PR #3561 parallelizes the JWKs • PR #3756 adds an
expiresAt
column which can be used to do more obvious garbage collection i suppose? • PR #3764 seems to mostly undo the effect of PR #3763