Skip to main content
Module

x/composable/deps.ts>JwtVerifier

deco is the edge-native site editor and app framework for building dynamic, high-performance sites with a built-in visual admin UI.
Very Popular
Go to Latest
interface JwtVerifier
import { type JwtVerifier } from "https://deno.land/x/composable@1.31.9/deps.ts";

Properties

verify: <TClaims extends Record<string, unknown> = Record<string, unknown>>(jwt: string) => Promise<JwtPayloadWithClaims<TClaims>>
decode: <TClaims extends Record<string, unknown> = Record<string, unknown>>(jwt: string) => JwtPayloadWithClaims<TClaims>