Luis Pater
8e52c403f7
feat(auth): deduplicate concurrent refresh token requests with singleflight
- Introduced `singleflight.Group` to prevent redundant token refresh calls across multiple auth implementations (`antigravity`, `kimi`, `xai`, `codex`).
- Added tests to verify shared upstream calls during concurrent refresh requests.
- Refactored token refresh logic to centralize and standardize deduplication mechanisms.
2026-06-10 03:19:26 +08:00
..
2026-05-08 11:46:46 +08:00
2026-06-09 22:46:27 +08:00
2026-06-10 03:19:26 +08:00
2025-09-26 00:54:52 +08:00
2025-11-13 08:38:03 +08:00
2026-06-02 16:08:40 +08:00
2026-06-06 18:41:13 +08:00
2026-06-06 18:35:17 +08:00
2025-11-21 23:40:59 +08:00
2026-05-29 08:12:52 +08:00
2026-05-08 11:46:46 +08:00
2026-06-10 01:29:42 +08:00
2026-05-08 11:46:46 +08:00
2026-06-09 11:32:57 +08:00
2026-06-09 22:46:27 +08:00
2026-06-04 00:53:43 +08:00
2026-06-10 02:38:04 +08:00
2026-06-10 03:19:26 +08:00
2026-06-08 12:41:28 +08:00
2026-05-29 15:22:57 +08:00
2026-05-16 04:55:44 +08:00
2026-06-07 03:20:04 +08:00
2026-06-08 21:07:21 +08:00
2026-05-17 01:02:35 +08:00
2026-05-17 04:21:53 +08:00
2026-06-06 18:35:17 +08:00
2026-01-28 10:58:35 +08:00