I meant using Supabase just for authentication, handling user accounts, logins, and storing that aut
I meant using Supabase just for authentication, handling user accounts, logins, and storing that auth related data in Supabase.
Then I’d use D1 for everything else in my app, like user posts, comments, and other application data.
I was mainly wondering if that’s the right way to use D1, or if most people use it differently?
As you pointed out, D1 might not be ideal for storing auth/session details directly, so I figured Supabase could handle that part while D1 just handles the rest of the app data.
Then I’d use D1 for everything else in my app, like user posts, comments, and other application data.
I was mainly wondering if that’s the right way to use D1, or if most people use it differently?
As you pointed out, D1 might not be ideal for storing auth/session details directly, so I figured Supabase could handle that part while D1 just handles the rest of the app data.

