python-jose
python-jose copied to clipboard
Add thumbprint attribute to keys
Hi,
would be nice to add the thumbprint attribute for each key as, for example, done here in the jwcrypto library.
This enhancement would be extremely useful when dealing with a DPoP proof JWT since it's required to check that its public key thumbprint matches the one in the cnf/jtk claim from the access token.
Reference here.