🛠️ Changes
- Fixes documentation for allowed logout URL
- Falls back to
/v2/logout
endpoint when theend_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