Files
Trong Huu Nguyen c399a781b6 fix(openid/provider): remove every alg=none key from the JWKS
RemoveKey shifts later keys into the removed index, so a forward loop skipped
the key after each removal. Two adjacent alg=none keys left the second one in
the set handed to signature verification.
2026-08-10 12:35:25 +02:00
..