Module

x/hono/utils/jwt/jwt.ts>verify

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable verify
import { verify } from "https://dotland.deno.dev/x/hono@v4.0.10/utils/jwt/jwt.ts";

type

(
token: string,
secret: string,
alg?: AlgorithmTypeName,
) => Promise<any>