improve security (change RLS, and allow table sensitive access only at server side, with supabase service key)
This commit is contained in:
@@ -4,3 +4,7 @@
|
||||
# Configuration Supabase
|
||||
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
|
||||
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here
|
||||
|
||||
# Clé de service Supabase (pour les opérations côté serveur uniquement)
|
||||
# ⚠️ NE JAMAIS exposer cette clé côté client
|
||||
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key-here
|
||||
|
||||
Reference in New Issue
Block a user