Question about the Supabase authentication scheme system
Okay, now I'm testing the auth system, and it's excellent.
Although I have a question: Is the only way to authorize (using supabase, obviously) using the auth.users table? I'd like to create an auth.clients table to keep the client and user tables separate, but from what I can see, it won't let me.
Although I have a question: Is the only way to authorize (using supabase, obviously) using the auth.users table? I'd like to create an auth.clients table to keep the client and user tables separate, but from what I can see, it won't let me.