anonpenguin23
d4bf187e94
fix(gateway): /v1/auth/token resolves HMAC-hashed api keys
...
APIKeyToJWTHandler looked up the namespace by the raw api key, but keys are
stored HMAC-hashed (Service.HashAPIKey), so it always returned 'invalid API
key' for real keys — no api-key holder could exchange for a JWT. Resolve the
hashed key first with a raw-key fallback for legacy rows, mirroring the
gateway middleware's lookupAPIKeyNamespace. Adds args-aware mock + tests for
the hashed-key, raw-fallback, and unknown-key paths.
2026-06-15 21:57:29 +03:00
..
2026-06-12 17:42:36 +03:00
2026-03-26 18:14:52 +02:00
2026-06-15 21:57:29 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-06-12 08:05:27 +03:00
2026-06-12 08:05:27 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-06-09 13:01:02 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-05-12 09:13:03 +03:00
2026-06-13 09:23:14 +03:00
2026-06-11 07:04:50 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-06-10 12:10:52 +03:00
2026-06-11 07:04:50 +03:00
2026-05-08 11:23:53 +03:00
2026-06-12 08:05:27 +03:00
2026-05-17 16:27:05 +03:00
2026-06-15 11:20:23 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-05-30 14:39:39 +03:00
2026-06-12 08:05:27 +03:00
2026-06-15 11:20:23 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-05-16 15:43:18 +03:00
2026-05-16 15:43:18 +03:00
2026-05-07 07:33:52 +03:00
2026-03-26 18:14:52 +02:00
2026-06-13 09:23:14 +03:00
2026-06-13 09:23:14 +03:00
2026-03-26 18:14:52 +02:00
2026-05-07 07:33:52 +03:00
2026-05-14 10:48:00 +03:00
2026-05-13 15:41:36 +03:00
2026-03-26 18:14:52 +02:00
2026-05-13 15:41:36 +03:00
2026-05-13 15:41:36 +03:00
2026-03-26 18:14:52 +02:00
2026-06-11 07:04:50 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-05-07 07:33:52 +03:00
2026-05-07 07:33:52 +03:00
2026-06-13 09:23:14 +03:00
2026-06-13 09:23:14 +03:00
2026-05-25 10:25:04 +03:00
2026-05-08 11:23:53 +03:00
2026-05-08 11:23:53 +03:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-03-26 18:14:52 +02:00
2026-06-01 10:12:07 +03:00