stafftastic/Authenticate with Stafftastic API
Authenticate with the Stafftastic API, creating a JWT from a service account and exchanging it for a short lived access token.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| serviceAccountBase64 | The Base64-encoded JSON representation of a service account | yes | — |
| tokenEndpoint | The endpoint to use for token exchange | yes | https://oauth2.stafftastic.com/oauth2/token |
Outputs
| name | description |
|---|---|
| accessToken | The exchanged access token |