Module

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

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

type

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