Skip to content

jwtAuthenticate

function jwtAuthenticate(options): AuthenticateFn;

Defined in: src/http/jwt.ts:28

Create an AuthenticateFn that validates JWT Bearer tokens using oauth4webapi.

On first call, discovers the Authorization Server metadata from the issuer to obtain the JWKS URI (unless jwksUri is provided directly).

ParameterType
optionsJwtAuthenticateOptions

AuthenticateFn