1.1.15 • Published 2 years ago
appstore-connect-jwt-generator-core v1.1.15
appstore-connect-jwt-token-generator-core
Generate the JWT for App Store Connect API.
import jwt from 'appstore-connect-jwt-generator-core';
import * as fs from 'fs';
const cert = fs.readFileSync('Path of certificate file', { flag: 'r' });
const token = jwt.tokenSync(cert, 'App Store Connect Issuer ID', 'App Store Connect Key ID');
Installation
npm i appstore-connect-jwt-token-generator-core
or
yarn add appstore-connect-jwt-token-generator-core
Refernce
https://developer.apple.com/documentation/appstoreconnectapi/generating_tokens_for_api_requests
1.1.15
2 years ago
1.1.14
3 years ago
1.1.12
3 years ago
1.1.13
3 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.11
3 years ago
1.1.10
3 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.3-rc1
4 years ago
0.0.3-rc2
4 years ago
0.0.3-rc0
4 years ago
0.0.1
4 years ago