(it should be +supaadmin, so if it's +admin then yeah - it's a bug)
g
gleki
01/06/2022, 4:18 PM
Well ye i meant supaadmin but nevertheless the boilerplate is not immediately usable
s
Scott P
01/06/2022, 4:26 PM
Clones of apps should always be considered a starting point or proof of concept. They're rarely intended to be deployed immediately without some changes.
j
jonny
01/06/2022, 8:10 PM
I think this example app was intended to show what you can do with postgres functions to easily handle signups.
public.handle_new_user() is a great starting point but perhaps it shouldn't be part of the default schema to start with, and maybe something that you can add later as a more advanced step in setting up your supabase project.
g
gleki
01/07/2022, 11:00 AM
Maybe improve the clone to limit emails to a certain domain? Or instead add endpoints for adding roles manually instead of plus-email addresses system