Skip to main content
Module

x/basic_auth/mod.ts

Module for performing Basic Auth in Deno Deploy
Latest
import * as basicAuth from "https://deno.land/x/basic_auth@v1.1.1/mod.ts";

Functions

Authenticates the given request with the given user-password table. Returns unauthorized response if the request is not authenticated, otherwise returns undefined.