Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

Ultrafast web framework for Cloudflare Workers, Deno, Bun, and Node.js. Fast, but not only fast.
Extremely Popular
Go to Latest
variable bearerAuth
import { bearerAuth } from "https://deno.land/x/hono@v3.0.0-rc.10/middleware/bearer-auth/index.ts";

type

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