Module

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

Web Framework built on Web Standards
Very Popular
Go to Latest
variable jwt
import { jwt } from "https://dotland.deno.dev/x/hono@v4.2.6/middleware/jwt/index.ts";

type

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