-
Notifications
You must be signed in to change notification settings - Fork 0
fix: auth #301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
…hhh j'aurais pas du utiliser nextjs ptntnntptptptntntntntAHHAHAHAHAHAHHAHAHA
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
📝 WalkthroughWalkthroughThis pull request updates project configuration and dependencies: Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Vercel Preview URL 🚀 : https://bocal-gsdfbr3yh-euuuuhs-projects.vercel.app |
|
Vercel Preview URL 🚀 : https://bocal-3ucutcplz-euuuuhs-projects.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/auth.ts`:
- Line 76: The oAuth flow is broken because oAuthProxy() is enabled in the
plugins array while the required redirectURI values are commented out; either
restore the two commented redirectURI entries (the commented "redirectURI: ..."
lines so they pass the correct callback URL into your OAuth client config) so
they match your callback route, or remove oAuthProxy() from the plugins array
entirely if you no longer need the proxy; update the code around the
oAuthProxy() call and the commented redirectURI lines accordingly so the plugin
and redirectURI usage are consistent.
|
Vercel Preview URL 🚀 : https://bocal-a0eosb7mt-euuuuhs-projects.vercel.app |
…hhh j'aurais pas du utiliser nextjs ptntnntptptptntntntntAHHAHAHAHAHAHHAHAHA
Summary by CodeRabbit
Chores
Bug Fixes / Configuration