remove: Supabase auth provider#417
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryHigh Risk Overview Sign-in, sign-up, and forgot-password pages no longer render local forms—they redirect into the Ory hosted flow. Turnstile/captcha, auth migration flags, ZeroBounce signup validation, and related user messages are dropped. Backend API auth headers no longer branch on provider; they always send CI/docs/env examples switch from Supabase to required Ory/Auth.js variables;
Reviewed by Cursor Bugbot for commit d5ff581. Bugbot is set up for automated code reviews on this repo. Configure here. |
Next statically parses `config` from `proxy.ts` at build time and can't follow a re-export. The #417 refactor re-exported `config` from `runtime.ts`, breaking the parse — dev 500'd and prod dropped the matcher (proxy ran on all requests). Inline `config` as a literal in `proxy.ts` and remove the duplicate from `runtime.ts`. The `proxy` function re-export is fine (resolved at runtime).
) Next statically parses `config` from `proxy.ts` at build time and can't follow a re-export. The #417 refactor re-exported `config` from `runtime.ts`, breaking the parse — dev 500'd and prod dropped the matcher (proxy ran on all requests). Inline `config` as a literal in `proxy.ts` and remove the duplicate from `runtime.ts`. The `proxy` function re-export is fine (resolved at runtime).
Summary