-
Hello, I found that JWTs signed with JWTKit `ES256` are not correctly validated by jwt.io. The reason is, that the signature is stored in the `DER` format instead of the format specified in the JWS [s…
-
**Describe the bug**
there's a flaky test:
```
Test Case '-[APNSwiftJWTTests.JWTTests testJWTSigning]' started.
/private/tmp/.nio-release-tools_nHItWh/APNSwift/Tests/APNSwiftJWTTests/JWTTests.sw…
-
It would be amazing to have access to cert authentication. In big corporation like ours we never get access to anything else :(
-
I'm trying to build swift-nio-ssl on an Ubuntu 18 machine, using Swift 5.1, as part of a server based on Vapor 4 alpha (yes I know). Everything builds fine except for the following error :
`:0: err…
-
**Describe the bug**
The ES256 implementation in `APNSwiftSigner` stores the signature in the `DEM` format. According to the [spec](https://tools.ietf.org/html/rfc7515#appendix-A.3) the signature sho…
-
Wasn't sure where else to post this, but including this as a dependency causes SwiftPM to hang. If I include the dependency it hangs on explicitly, it hangs on a different one... I'm not sure where to…
-
Seems like quite a bit of boilerplate to generate the configuration. Would be easier if the initializer, instead of taking a signer parameter, had one method where you passed the path to the p8 file,…