Skip to main content
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.2.3/middleware/jwt/index.ts";

type

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