Added supabase auth to project

This design is minimalist for now, it might be extended (at least with a basic profil page or command list)
This commit is contained in:
Alexis
2024-05-13 20:45:52 +02:00
parent df14fad98a
commit 133404ff72
16 changed files with 568 additions and 31 deletions

1
supabase/seed.sql Normal file
View File

@@ -0,0 +1 @@
insert into public.role_permissions (role, permission) values ('gm', 'events.see.hidden');