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

x/hono/middleware/jwt/index.ts>jwt

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Extremely Popular
Go to Latest
variable jwt
import { jwt } from "https://deno.land/x/hono@v2.0.6/middleware/jwt/index.ts";

type

(options: { secret: string; alg?: string; }) => unknown