Skip to main content
Module

x/hono/middleware.ts>basicAuth

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

type

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