Skip to main content
Module

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

Ultrafast web framework for the Edge
Extremely Popular
Go to Latest
variable jwt
import { jwt } from "https://deno.land/x/hono@v3.1.2/middleware/jwt/index.ts";

type

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