Skip to main content
verifyCrossmintJwt(token, jwks): Promise<JWTPayload>
Defined in: server/src/auth/utils/jwt.ts:9 Verify a Crossmint-issued JWT against the given JWKS (endpoint URI or key set) and return its decoded payload.

Parameters

ParameterType
tokenstring
jwksJWKSInput

Returns

Promise<JWTPayload>