https://supabase.com/ logo
When I run Supabase it does not come with login or...
# help
r
When I run Supabase it does not come with login or user sign up, Do I have to build one ?
n
Hello @renderlux! 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.
g
What do you mean when you run Supabase? SB is an API to a database (and storage,auth,functions). You have to bring your app.
r
I mean when you run docker - there is no auth or login
it's different then the cloud version where you login with GitHub
The docker studio version is different than than the hosted one. It does not manage projects, gotrue settings, storage (but storage is on the roadmap).
r
OK
Copy code
Securing the Dashboard
The Docker setup doesn't include a management database for managing users and logins. If you plan to deploy the Studio to the web we suggest you put it behind a web proxy with Basic Auth or hide it behind a VPN.