-
Notifications
You must be signed in to change notification settings - Fork 0
fix(pulse): support Bearer token authentication #160
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
fix(pulse): support Bearer token authentication #160
Conversation
Update pulse validation to use validateAuthContext which supports both x-api-key and Authorization Bearer token authentication methods. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
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 |
Braintrust eval reportCatalog Opportunity Analysis Evaluation (HEAD-1769477751)
Catalog Songs Count Evaluation (HEAD-1769477751)
First Week Album Sales Evaluation (HEAD-1769477751)
Memory & Storage Tools Evaluation (HEAD-1769477751)
Monthly Listeners Tracking Evaluation (HEAD-1769477751)
Search Web Tool Evaluation (HEAD-1769477751)
Social Scraping Evaluation (HEAD-1769477751)
Spotify Followers Evaluation (HEAD-1769477751)
Spotify Tools Evaluation (HEAD-1769477751)
TikTok Analytics Questions Evaluation (HEAD-1769477751)
|
Emphasize using validateAuthContext() instead of getApiKeyAccountId() directly to ensure both x-api-key and Bearer token auth are supported. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Update tests to mock validateAuthContext instead of getApiKeyAccountId, reflecting the change to support both x-api-key and Bearer token auth. Add tests for Bearer token authentication scenarios. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Summary
validateAuthContextx-api-keyandAuthorization: Bearertoken authenticationTest plan
🤖 Generated with Claude Code