Switch to Bearer token auth to match platform API#1
Switch to Bearer token auth to match platform API#1Brend4n wants to merge 1 commit intorybbit-io:mainfrom
Conversation
📝 WalkthroughWalkthroughThis change migrates API key authentication from being included in the JSON request payload to using an HTTP Authorization header with Bearer token. The Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Tip 🧪 Unit Test Generation v2 is now available!We have significantly improved our unit test generation capabilities. To enable: Add this to your reviews:
finishing_touches:
unit_tests:
enabled: trueTry it out by using the Have feedback? Share your thoughts on our Discord thread! 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 |
Rybbit now expects key to be passed in header rather than payload, so this change was needed to work with the latest rybbit version.
Summary by CodeRabbit
Refactor
Breaking Changes
✏️ Tip: You can customize this high-level summary in your review settings.