hydra/aead
hackerman 0a6c966206
feat: handle concurrent refreshes and improve graceful refreshing (#3895)
This patch improves Ory Hydra's ability to deal with refresh flows which, for example, concurrently refresh the same token. Furthermore, graceful token refresh has been improved to handle a variety of edge cases and scenarios.

Additionally, serializability errors in CockroachDB are now correctly retried.

See https://github.com/ory-corp/cloud/issues/7311
Closes https://github.com/ory/hydra/pull/3895
2024-12-17 09:57:05 +01:00
..
aead.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
aead_test.go feat: handle concurrent refreshes and improve graceful refreshing (#3895) 2024-12-17 09:57:05 +01:00
aesgcm.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
helpers.go feat: stateless authorization code flow (#3515) 2023-06-12 20:27:00 +02:00
xchacha20.go feat: add support for OIDC VC (#3575) 2023-08-04 10:57:36 +02:00