[PR #6450] docs: auth-client session management #6672

Open
opened 2026-03-13 13:07:37 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/better-auth/better-auth/pull/6450
Author: @ping-maxwell
Created: 12/1/2025
Status: 🔄 Open

Base: canaryHead: docs/auth-client-session-management


📝 Commits (4)

  • 1111f5f docs: auth-client session management
  • 819a7ce Merge branch 'canary' into docs/auth-client-session-management
  • ebcf5c5 Merge branch 'canary' into docs/auth-client-session-management
  • 56b3f91 Merge branch 'canary' into docs/auth-client-session-management

📊 Changes

1 file changed (+116 additions, -1 deletions)

View changed files

📝 docs/content/docs/concepts/session-management.mdx (+116 -1)

📄 Description

Documents polling, refetching on window focus, cross-tab sync, and handling online/offline states.


Summary by cubic

Adds client-side session management docs for the React auth client, covering polling, refetch on window focus, cross-tab sync, offline handling, and manual refetch. Includes configuration via sessionOptions, default behaviors, focus rate limiting, and BroadcastChannel with localStorage fallback.

Written for commit 56b3f91846. Summary will update on new commits.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/better-auth/better-auth/pull/6450 **Author:** [@ping-maxwell](https://github.com/ping-maxwell) **Created:** 12/1/2025 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `docs/auth-client-session-management` --- ### 📝 Commits (4) - [`1111f5f`](https://github.com/better-auth/better-auth/commit/1111f5f227b06346fcfc78aa6e7b59db6c2e0eb2) docs: auth-client session management - [`819a7ce`](https://github.com/better-auth/better-auth/commit/819a7ce51d33fc2091ac3a51a02001061a6c12af) Merge branch 'canary' into docs/auth-client-session-management - [`ebcf5c5`](https://github.com/better-auth/better-auth/commit/ebcf5c5dc77f9940577fa1c1c4311fd360b4a3cc) Merge branch 'canary' into docs/auth-client-session-management - [`56b3f91`](https://github.com/better-auth/better-auth/commit/56b3f91846a30ab685b906c70c8ba7915cd66a25) Merge branch 'canary' into docs/auth-client-session-management ### 📊 Changes **1 file changed** (+116 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `docs/content/docs/concepts/session-management.mdx` (+116 -1) </details> ### 📄 Description Documents polling, refetching on window focus, cross-tab sync, and handling online/offline states. <!-- This is an auto-generated description by cubic. --> --- ## Summary by cubic Adds client-side session management docs for the React auth client, covering polling, refetch on window focus, cross-tab sync, offline handling, and manual refetch. Includes configuration via sessionOptions, default behaviors, focus rate limiting, and BroadcastChannel with localStorage fallback. <sup>Written for commit 56b3f91846a30ab685b906c70c8ba7915cd66a25. Summary will update on new commits.</sup> <!-- End of auto-generated description by cubic. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-13 13:07:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#6672