vt_app_v2
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.
Viewing readonly version of main branch: v11View latest version
- JWT for authentication and sessions, eliminating need for
sessionDBandloginDBto track issued tokens. - New
userListDBcontaining users, tracked by a newuidparameter instead of email. Also tracks date created and last seen. - New
/accountpage, enabling users to change email and delete account.
Migrated from folder: valtown_app/vt_app_v2