verbal-limeV
Refine2y ago
11 replies
verbal-lime

Adding auth.users of Supabase within refine app

I am creating an app with an admin panel using Supabase. I want to add users to Supabase's auth.users table from within the app. How should I do this? I would like the school administrators to be able to register students (email and password) using the app. According to the Refine manual, it seems possible to add to public tables, but not to the auth table. Also, AuthProvider's register seems to be for direct user operations, so I think it's not applicable here.
Was this page helpful?