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

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

Lightweight, Ultrafast, Web Standards
Very Popular
Go to Latest
variable verify
import { verify } from "https://deno.land/x/hono@v3.7.1/utils/jwt/jwt.ts";

type

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