supabase/db/init-scripts/52-jwt.sql
2025-11-14 14:46:49 +00:00

7 lines
346 B
SQL

-- Set JWT configuration for the database
-- These settings will be configured through environment variables in the Supabase setup
-- Note: JWT configuration is handled by Supabase's internal configuration
-- This file is kept for reference but the actual JWT settings are managed
-- through the Supabase configuration and environment variables