Module

x/hono/middleware/bearer-auth/index.ts>bearerAuth

Ultrafast web framework for Cloudflare Workers, Deno, and Bun. Fast, but not only fast.
Extremely Popular
Go to Latest
variable bearerAuth
import { bearerAuth } from "https://dotland.deno.dev/x/hono@v2.5.10/middleware/bearer-auth/index.ts";

type

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