Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

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