Skip to content

v4.0.0-beta.8

Pre-release
Pre-release
Compare
Choose a tag to compare
@nandan-bhat nandan-bhat released this 25 Nov 08:40
· 1775 commits to main since this release
7a8e677

🛠️ Changes

  • Fixes documentation for allowed logout URL
  • Falls back to /v2/logout endpoint when the end_session_endpoint is not enabled for a tenant
  • Adds docs about default claims from ID token populated in the user object
  • Prevent revalidation when user is not authenticated in useUser() hook
  • Fix error handling in useUser() hook (closes #1817)
  • Export types under /types sub-module (closes #1824 and #1810)
  • Exports errors under /errors sub-module
  • getAccessToken() method throws an error when an access token could not be obtained to allow handling by the caller (closes #1820 and #1819)
  • Add warning when cookie size exceeds 4096 bytes