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

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

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable bearerAuth
import { bearerAuth } from "https://deno.land/x/hono@v3.7.4/middleware/bearer-auth/index.ts";

type

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