Skip to content

swiftlane-code/AppStoreConnectJWT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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