Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe 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 |
96d75ff to
e9a41fa
Compare
There was a problem hiding this comment.
Pull request overview
This PR updates the createServerClient JSDoc to simplify and clarify SSR usage guidance, especially around middleware vs. page/route usage and cookie method configuration.
Changes:
- Condenses middleware guidance and clarifies that
cookies.getAll/cookies.setAllare the recommended configuration (with deprecated methods being phased out). - Rewords page/component/route guidance around when
setAllcan be omitted and when middleware is required. - Simplifies the session initialization / token refresh explanation and its interaction with cookie writes.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Make more concise the
createServerClienttsdoc, so it's not repetitive, but still conveys the full information needed.