Module

x/hono/middleware.ts>bearerAuth

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
variable bearerAuth
import { bearerAuth } from "https://dotland.deno.dev/x/hono@v3.5.5/middleware.ts";

type

(options: { token: string; realm?: string; prefix?: string; hashFunction?: Function; }) => MiddlewareHandler