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

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

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

type

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