Documentation
¶
Overview ¶
Package dynamic provides the logic for reading and validating JWT tokens using a JWKS URL from the token's `iss` claim.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
Validator dynamically validates JWTs by fetching the key from the well-known OIDC issuer URL.
func NewDynamicValidator ¶
NewDynamicValidator creates a new instance of the dynamic JWT validator
Click to show internal directories.
Click to hide internal directories.