-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Is your feature request related to a problem? Please describe.
After running supabase from the docker-compose file, it runs perfectly on port 3000. However
- literally anyone who has access to my network can have access to the dashboard without login and can modify anything
- I cannot create or manage multiple projects with supabase studio
Describe the solution you'd like
- Add a login screen and an initial register sequence to supabase studio (something like what strapi or wordpress are doing)
- Add the ability to create and manage multiple projects (something like what budibase are doing in their dashboard)
basically look at what budibase did and try to replicate it.
Describe alternatives you've considered
A temporary fix would be to require the user to have a token in the localstorage of the browser and add instructions for the user to install it
Additional context
This was posted here first in discussion #4226 back in December 2nd and it's still unaddressed
It's still an issue since the first time I tried supabase studio in November (I didn't think about it back them because exams at college)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request