Hey guys 👋 I want to use Supabase for an admin a...
# help
w
Hey guys 👋 I want to use Supabase for an admin area in my application, but I couldn't find a way to add a user within the supabase backend? There should be no public register route
n
Hello @weilzuvielgewalt! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
o
Hi You can add a member to your project using ``organizations``. By clicking on your organization, you have a "Team" tab, where you can add more people to the project@weilzuvielgewalt
w
@Olyno Thanks for the fast answer. Is it also possible to login to an admin area inside my application with a team member user? Because that's what I need. An admin area where the admin user can change content and stuff
o
Oh, you mean creating a role system with Supabase? Like if you have the admin role, so you can create X things?
w
I don't need different roles. Every user should be able to login to an admin area inside my application, where the user should be able to make changes to the database. (Because I don't have "public users") Would it work this way?: 1. Create a temporary, public registration form and create first user 2. Remove temporary, public registration form 3. Login with the created user (inside my application) 4. change database stuff via API Call Sorry for the stupid question, I just started learning Nuxt + Supabase
o
Yeah you definitely can do that! At first i thought you asked me about adding an admin on the Supabase dashboard, so i was kinda confused 😅