Skip to content

v1.0.0-beta.8

Choose a tag to compare

@itpropro itpropro released this 09 Feb 14:23
· 94 commits to main since this release
41ef1f7

compare changes

🚀 Enhancements

  • 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.

❤️ Contributors