Document Better Auth browser authentication - #1131
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds a July 26, 2026 changelog entry documenting Better Auth browser sessions, signed proxy route allowlisting, dual request authentication, and retirement of legacy browser tokens. ChangesBetter Auth browser authentication
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 |
There was a problem hiding this comment.
Summary
PR #1131, "Document Better Auth browser authentication" by @ColeMurray, updates the changelog with a July 26 Better Auth browser-authentication entry. Reviewed 1 changed file with +8/-0; this is documentation-only and looks accurate and maintainable.
Critical Issues
None found.
Suggestions
None.
Nitpicks
None.
Positive Feedback
The entry clearly calls out the user-visible authentication change, provider support, signed proxy behavior, and the required re-sign-in after legacy browser tokens are retired.
Questions
None.
Verdict
Approve.
Validation: npx prettier --check CHANGELOG.md passed, and git diff --check main...HEAD reported no whitespace issues.
|
Updated the changelog wording to say browser resource requests require both the signed web-service channel and the browser session, avoiding the broader implication that all application requests require browser state. Validation: npx prettier --check CHANGELOG.md passed. Pushed commit 492e507 to docs/changelog-better-auth. |
Summary
Why
The Better Auth runtime and full browser-authentication cutover merged in #1125 and #1126, but the user-facing changelog did not yet describe the change or its upgrade impact.
Validation
prettier --check CHANGELOG.mdgit diff --checkSummary by CodeRabbit
New Features
Breaking Changes