Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For those JWK's which lack the kid attribute, the logic assigns one. When parsing pubkey bundle (JWKS, a set of JWK), the previous logic enables a clash, consider this JWK sequence: * {"kid": "2", "kty":"EC", "use":"sig", ... } * {"kty":"RS", "use":"sig", ... } -- this saves with kid=1 * {"kty":"RS", "use":"enc", ... } -- this *overwrites* kid=2
- Loading branch information