diff --git a/src/prompts/supabase_prompt.ts b/src/prompts/supabase_prompt.ts index 25bbaa0..997d1a2 100644 --- a/src/prompts/supabase_prompt.ts +++ b/src/prompts/supabase_prompt.ts @@ -37,7 +37,7 @@ When asked to add authentication or login feature to the app, always follow thes - Skip third-party providers unless specified b. Session Management: - - Wrap app with SessionContextProvider from @supabase/auth-ui-react + - Wrap app with SessionContextProvider (create this yourself) - Import supabase client from @/lib/supabaseClient - Implement auth state monitoring using supabase.auth.onAuthStateChange - Add automatic redirects: