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

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

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

type

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