wanderer-moe / site

⚙ The frontend of https://wanderer.moe/ — built with NextJS, TailwindCSS & shadcn/ui
https://wanderer.moe/
38 stars 0 forks source link

migrate supabase to d1 for auth post-alpha #236

Closed dromzeh closed 1 year ago

dromzeh commented 1 year ago

i'm very hesitant to host user data on an experimental database until it reaches a stage beyond open alpha & stemming from the need for actual reliable support for sveltekit (d1, kv, do, r2) bindings without resorting to hacky methods

i intend to keep assets on the d1 database to simplify migrating from supabase to d1, then afterwards switch to using lucia-auth, as it has a d1 adapter already

dromzeh commented 1 year ago

omfl