Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

Fast, Lightweight, Web-standards
Very Popular
Go to Latest
variable bearerAuth
import { bearerAuth } from "https://deno.land/x/hono@v4.0.7/middleware/bearer-auth/index.ts";

type

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