Kyle Fuller
Kyle Fuller
Looks like these changes are breaking one of the tests (https://github.com/json-schema-org/JSON-Schema-Test-Suite/blob/8f867168d17497a775141704960906db83634a04/tests/draft4/multipleOf.json#L48-L52) ``` JSONSchemaTests.JSONSchemaCases testEverything, XCTAssertEqual failed: ("false") is not equal to ("true") - Failed validation: ["0.0075 is not a multiple...
@srozner Can you please share with me the error you are seeing and some steps to reproduce?
Okay, so the problem is when you use JSONWebToken alongside another dependency which also contains a module map for CommonCrypto? Then at compile time they are not built isolated and...
@jondwillis Can you rework this PR so it works on the current version of Xcode too?
This library only supports the HS* algorithms listed at https://github.com/kylef/JSONWebToken.swift#algorithms. You are using the RS256 algorithm which is not supported by this library.
Hi @popwarfour, I appreciate your efforts here and I'm completely for adding RSASSA-PKCS1 support to this library however I have a few concerns about the use of a third party...
Are you passing all the arguments with the correct type? See https://github.com/kylef/JSONWebToken.swift/issues/97
The compiler might be tripping up on something sooner and the error message could be hiding the underlying cause. What is the type of `parameters`? Are you perhaps wrapping a...
@ekristen Personally I don't have time, but I would really appreciate any contribution in form of a pull request to get RSASSA-PKCS1 supported.
@ekristen Not sure I follow, why would you want this feature if you don't use Swift?