unitvectory-labs/jwt-bearer-token-vendor

A GitHub Action that uses the JWT Bearer flow to vend access tokens for API authentication.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-audienceThe audience for the GitHub OIDC token that will be sent to the server in the assertion.yes
request-token-urlThe token endpoint URL of your API that supports the jwt-bearer grant type.yes
request-client-idThe client ID for your service that will be sent in the jwt-bearer request.yes
request-audienceThe audience parameter included in the jwt-bearer request.no
request-scopeThe scope parameter included in the jwt-bearer request.no
namedescription
access-tokenThe access token obtained from your API.
token-typeThe type of token issued (e.g., `Bearer`).
expires-inThe number of seconds until the access token expires.