Ashish Verma
Results
1
issues of
Ashish Verma
Hi @kylef This library is removing HS256 algorithm by filtering it in verifiedAlgorithms in the snippet below. ``` func verifySignature(_ algorithms: [Algorithm], header: JOSEHeader, signingInput: String, signature: Data) throws {...