You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added flag to clear stale sessions to avoid console log spam (3d64e9c)
⚠️ Add configurable session error behavior for server utils (41ef1f7)
🩹 Fixes
Improved type safety; stale persistent session handling and docs (9bd5472)
✅ Tests
Added tests for stale persistent session; test cleanup (42e425b)
⚠️ Breaking Changes
⚠️ Add configurable session error behavior for server utils (41ef1f7)
⚠️ Session utility auth failures now default to HTTP 401 throws in refresh and expired-session paths instead of implicit redirects. Use { errorBehavior: 'redirect' } with getUserSession/requireUserSession/refreshUserSession to retain redirect
behavior.