From d8402e487a544ec073a4b7baf3a33840d954de4f Mon Sep 17 00:00:00 2001 From: Reifonas Date: Mon, 23 Feb 2026 08:56:31 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Implementa=20o=20cliente=20Supabase=20c?= =?UTF-8?q?om=20funcionalidades=20de=20autentica=C3=A7=C3=A3o,=20armazenam?= =?UTF-8?q?ento,=20real-time=20e=20utilit=C3=A1rios=20de=20banco=20de=20da?= =?UTF-8?q?dos.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/supabase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/supabase.ts b/src/lib/supabase.ts index 34a9df6..eda90e3 100644 --- a/src/lib/supabase.ts +++ b/src/lib/supabase.ts @@ -16,7 +16,7 @@ export const supabase = createClient(supabaseUrl, supabaseAnonKey, { autoRefreshToken: true, persistSession: true, detectSessionInUrl: true, - flowType: 'pkce' + flowType: 'implicit' // Fallback para Implicit Flow evitando bugs do PKCE em domínios customizados }, realtime: { params: {