Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
variable Jwt.verify
import { Jwt } from "https://deno.land/x/hono@v4.1.3/utils/jwt/index.ts";
const { verify } = Jwt;

type

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