User avatar
QuARC v0.18.2 @quarc@wanderingwires.net
1y
update on the DRN thing I'm making: I've designed the schema for instructions, but before I can implement the other instruction types meaningfully I need to add user accounts

it should be a fairly simple username/password system (manual verification and password resets) but I'm not sure which library to use, if any (the rest of the site, including the backend, is built with SvelteKit)

also I'm storing everything in one SQLite file so far, surely nothing could go wrong