Insert initial Auth-user with Supabase account email during the project creation. (optional) #18678
Unanswered
KariNarhi
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently if you create a project, you still have to add yourself as an user to the project in the Auth-section.
I think the process could be improved with an optional automatic insert to the "Auth User" -table during the project creation.
It could be a checkbox or slider in the project creation form, with a label like "Create initial Auth User with your Supabase account email".
If the checkbox/slider is enabled, there should be a text input for adding a password and maybe a button for generating a secure password.
Of course, the email should still be changeable if you don't want to create the user with the same email as Supabase account.
Also, it might be nice to be able to configure initial user-profile (users-table in public schema?) based on the Auth-user information.
This would speed up the initial user-management and feature-development when developing features for authenticated users.
All reactions