Module

x/live/commons/jwt/trusted.ts>getTrustedVerifierOf

Open-Source web editor based on Preact, Tailwind and TypeScript. The other side of code.
Go to Latest
variable getTrustedVerifierOf
import { getTrustedVerifierOf } from "https://dotland.deno.dev/x/live@1.63.12/commons/jwt/trusted.ts";

Returns and initializes a verifier based on the given issuer.

type

(issuer: keyof trustedIssuers) => Promise<JwtVerifier | undefined>