colton81/Generate JWT Token
Generates a JWT token for App Store Connect API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| issuer_id | The issuer ID for the JWT token | yes | — |
| private_key | The private key for signing the JWT token | yes | — |
| key_id | The key ID associated with the JWT token | yes | — |
| connect_scope | The scope of the JWT token | no | — |
Outputs
| name | description |
|---|---|
| jwt_token | The generated JWT token |