picky-rs
picky-rs copied to clipboard
Support for jkt (JSON Web Key (JWK) Thumbprint)
RFC 7638 specifies JSON Web Key (JWK) Thumbprint in jose stack. It specifies a method for computing a hash value over a jwk. It will e useful for comparing two different jwks. It is also mandated y dpop standard.
FWIW canonical_json provides simple function to serialize to json compatible with above rfc (canonical_json original spec mentions so).