Module

x/hono/middleware.ts>basicAuth

Fast, Lightweight, Web-standards
Extremely Popular
Go to Latest
variable basicAuth
import { basicAuth } from "https://dotland.deno.dev/x/hono@v4.2.2/middleware.ts";

type

(options: BasicAuthOptions, ...users: { username: string; password: string; }[]) => MiddlewareHandler