What's Changed
Add RSA-OAEP
to JWK algorithms to support decoding. by @madsodgaard in #226
Fixes an issue where a JWKS failed to decode because it also contains encryption keys and therefore
alg
such asRSA-OAEP
.This does not add support for the cipher, but at least it will allow us to decode JWKS to use for signing where we might not be able to remove the encryption keys from the remote JWKS.
This patch was released by @0xTim
Full Changelog: 5.1.1...5.1.2