Closed cowboycodr closed 6 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
kian-kit | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 27, 2024 5:24pm |
I'm getting this page when I try to log in with the google oauth flow, but not github. Makes me think that my Google OAuth Consent Screen is improperly configured, and not an issue with the logic in KianKit.
Yep. Forgot to add kit.fromkian.com, and my vercel preview/production page to authorized redirect urls in Supabase. I'm still going to test these changes I made, and if they work I'll merge.
I modified the redirect logic to take the redirect URL from the searchParams on the login/signup page, store it in the form data, then take it out, and add it to the /auth/callback searchParams.
I had to do it this way because HTML strips out all non formData query params from the URL for form actions.
Addressing issues in #11, and #12.