Skip to content

Instantly share code, notes, and snippets.

View Gbillington1's full-sized avatar
🎯

Graham Billington Gbillington1

🎯
View GitHub Profile
@Gbillington1
Gbillington1 / middleware.js
Created August 28, 2024 19:36
Supabase JS 2.42.2 Error with exchangeCodeForSession in PKCE Flow
// ./src/middleware.js
import { updateSession } from "@/src/libs/supabase/middleware";
export async function middleware(request) {
return await updateSession(request);
}
export const config = {
matcher: [
/*