Module

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

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

Properties

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