Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
1
2
3
4
5
import { passwordAuth } from "https://esm.town/v/pomdtr/password_auth?v=31";
export default passwordAuth(() => {
return new Response("You're authenticated!");
}, { password: "letmein" });
stevekrouse-password_auth_test.web.val.run
March 6, 2024