/AppStoreConnectJWT

Primary LanguageSwiftApache License 2.0Apache-2.0

AppStoreConnectJWT

An implementation of JSON Web Tokens generation for App Store Connect API.

Based on SwiftJWT. SwiftJWT package was stripped down to keep only code and dependencies required to generate JWT tokens for App Store Connect API.

Target ES256SwiftJWT is the stripped down vesion of SwiftJWT. It supports only ES256 (ecdsa) signature as it is the only one required by App Store Connect API.

Original SwiftJWT's dependencies:

Versions

0.9.0

SwiftJWT stripped from 3.6.201