Enforces PKCE-based OAuth code flow replacing implicit auth flows for modern Supabase auth.
100
100%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
flowType: 'implicit'). HALT immediately if detected.localStorage, sessionStorage, or URL hash fragments.access_token from window.location.hash or URL fragments.supabase-mcp-verification is not installed or not passing.supabase/implicit-auth-flow. HALT if that tile is installed.flowType: 'pkce' on every Supabase client auth configuration.supabase.auth.exchangeCodeForSession(code).@supabase/ssr for cookie-based session management with secure, HTTP-only cookies.supabase.auth.getUser() to refresh sessions on each server request.onAuthStateChange listeners, and localStorage token reads.