Allow decoding of [String]
JWK parameters
#117
Labels
bug
Something is not working right
help wanted
We'd love for someone from the community to help out here
Currently, we ignore (via #116) the JWK parameters
X509CertificateChain
andkeyOperations
because their type is[String]
. This is because we only decode into a[String: String]
dictionary at the moment. We should enable the decoding ofString
and[String]
to be standard compliant. The relevant code is inRSAKeysCodable.swift
and in the JWK types themselves e.g. inRSAPublicKey.swift
.Possible parameters and their types are listed in RFC-7517:
String
String
[String]
String
String
URI
[String]
String
String
The text was updated successfully, but these errors were encountered: