Documentation
¶
Overview ¶
Package verify provides TxToken JWT verification with JWKS-based key resolution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier validates TxToken JWTs against a JWKS endpoint.
func New ¶
New creates a new TxToken verifier. jwksURL is the URL of the TTS JWKS endpoint (e.g., "https://tts.example.com/.well-known/jwks.json"). audience is the expected trust domain (the `aud` claim in the TxToken).
Click to show internal directories.
Click to hide internal directories.