Crate github_oidc

Source

Structs§

GitHubClaims
Represents the claims contained in a GitHub Actions JWT (JSON Web Token).
GitHubOIDCConfig
Configuration options for GitHub OIDC token validation
GithubJWKS
Represents a set of JSON Web Keys (JWKS) used for GitHub token validation.
JWK
Represents a JSON Web Key (JWK) used for token validation.

Enums§

GitHubOIDCError

Constants§

DEFAULT_GITHUB_OIDC_URL
Default URL for fetching GitHub OIDC tokens

Functions§

fetch_jwks
Fetches the JSON Web Key Set (JWKS) from the specified OIDC URL.