Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/live/commons/jwt/jwks.ts>JwksIssuer

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface JwksIssuer
import { type JwksIssuer } from "https://deno.land/x/live@1.102.6/commons/jwt/jwks.ts";

Properties

verifyWith: <TClaims extends Record<string, unknown> = Record<string, unknown>>(cb: (key: CryptoKey) => Promise<JwtPayloadWithClaims<TClaims>>) => Promise<JwtPayloadWithClaims<TClaims>>