Public
HTTP (deprecated)
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
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",
});
pomdtr-protected_website.web.val.run
March 6, 2024