CupertinoJWT icon indicating copy to clipboard operation
CupertinoJWT copied to clipboard

Parse Apple's .p8 private key file and sign JWT with ES256, without third-party dependencies.

Results 10 CupertinoJWT issues
Sort by recently updated
recently updated
newest added

Added Package.swift to support SPM, working great in Xcode 11. Please tag the new releases as `0.2.2` instead of `v0.2.2` otherwise SPM won't work :)

I need to create MusicKit tokens on Linux (through Vapor). Is there any chance this library supports Linux?

Is conversion of .base64EncodedURLString() to .base64EncodedString() for swift 5 correct ? It doesn't seem to be working for apple music api anymore... Thank you for this great source!

Refactors the JWT struct into a generic called JsonWebToken and a wrapper called JWT (in order to maintain code compatibility with existing clients). Provides two alternative usage samples in the...

Would be great if you accept this pull request. I'm using CupertinoJWT for Apple MusicKit and it works fine!

I think I found a bug in your ASN.1 parsing logic while I was working on [an open issue in the JOSESwift project](https://github.com/airsidemobile/JOSESwift/issues/155). The raw signatures need to have a...

Added JWTAppConnectAPI to work with AppConnect API.

When using a brand new project with cocoapods i get this error when using your pod when i am trying to build... >error build: Command PhaseScriptExecution failed with a nonzero...