Skip to main content
Module

x/hono/middleware.ts>basicAuth

Lightweight, Ultrafast, Web Standards
Extremely Popular
Go to Latest
variable basicAuth
import { basicAuth } from "https://deno.land/x/hono@v3.7.1/middleware.ts";

type

(options: { username: string; password: string; realm?: string; hashFunction?: Function; }, ...users: { username: string; password: string; }[]) => MiddlewareHandler