Closed ericchiang closed 2 years ago
This has been extremely useful for testing, but I've been hesitant to add any API surface that references our underlying JOSE library.
Add a StaticKeySet that only accepts keys of type rsa.PublicKey and ecdsa.PublicKey.
cc @mitar
Awesome! This looks great and I can use it as-is.
This has been extremely useful for testing, but I've been hesitant to add any API surface that references our underlying JOSE library.
Add a StaticKeySet that only accepts keys of type rsa.PublicKey and ecdsa.PublicKey.