Public
Like
1
basicAuthButton
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://jdan--4d27c52c27a811f09edc569c3dd06744.web.val.run
An authenticated micro-app for tracking the last time I took a medication. Both GET /
and POST /press
are authenticated using honoBasicAuthMiddleware.
Views the value of basicAuthButton:last-pressed
in blob storage.
Updates the value of basicAuthButton:last-pressed
in blob storage with the current timestamp.
Migrated from folder: button/basicAuthButton