1
2
3
4
5
6
7
import { basicAuth } from "https://esm.town/v/pomdtr/basicAuthV2";
export default basicAuth(() => {
return new Response("You're in!");
}, {
userTable: "user",
});