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

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

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Latest
variable getTrustedVerifierOf
import { getTrustedVerifierOf } from "https://deno.land/x/live@1.104.1/commons/jwt/trusted.ts";

Returns and initializes a verifier based on the given issuer.

type

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