Releases: auth0/nextjs-auth0
Releases · auth0/nextjs-auth0
v4.0.0-beta.13
🛠️ Changes
v4.0.0-beta.12
v4.0.0-beta.11
v4.0.0-beta.10
🛠️ Changes
- chore: add more description in error log on discovery errors (closes: #1832)
- chore: migration guide
- chore: include typeVersions for type resolution (fixes: #1816)
- fix: only
dist
files should be published (fixes: #1825) - feat: add PAR support
- feat: allow customizing auth routes (closes: #1834)
- chore: set secure cookie attribute based on app base URL protocol (closes: #1821)
v4.0.0-beta.9
v4.0.0-beta.8
🛠️ 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
v4.0.0-beta.7
🛠️ Changes
- Updated README.md
- Bumped up the version
v4.0.0-beta.5
🛠️ Changes
- Bumping up the version
v4.0.0-beta.4
🛠️ Changes
- Adds e2e tests.
- Removes error on env vars when undefined during build.