import { jwt } from "https://deno.land/x/hono@v2.5.2/middleware/jwt/index.ts";
type
(options: { secret: string; cookie?: string; alg?: string; }) => MiddlewareHandler
x/hono/middleware/jwt/index.ts>jwt
import { jwt } from "https://deno.land/x/hono@v2.5.2/middleware/jwt/index.ts";