Releases: auth0/nextjs-auth0
Releases · auth0/nextjs-auth0
v3.6.0
v4.0.0
🛠️ Changes
- Significant updates have been introduced in this release. Please refer to the V3 → V4 MIGRATION GUIDE for details on upgrading.
What's Changed
- SDK v4 by @guabu in #1781
- Release v4.0.0-alpha.0 by @gyaneshgouraw-okta in #1784
- Updating LICENSE and package-lock.json by @nandan-bhat in #1786
- Release v4.0.0-beta.0 by @guabu in #1788
- fix: ESM imports for Pages router by @guabu in #1798
- Bumping up the version | Resolving NPM package issue by @nandan-bhat in #1799
- 4.0.0-beta.3 by @guabu in #1800
- 4.0.0-beta.4 by @guabu in #1807
- 4.0.0-beta.8 by @guabu in #1811
- 4.0.0-beta.9 by @guabu in #1827
- 4.0.0-beta.10 by @guabu in #1833
- 4.0.0-beta.11 by @guabu in #1845
- 4.0.0-beta.12 by @guabu in #1848
- 4.0.0-beta.13 by @guabu in #1850
- 4.0.0-beta.14 by @guabu in #1858
- chore: add telemetry and options to disable by @guabu in #1864
- chore: reduce session lifetime defaults by @guabu in #1869
- fix: persist access token scope in tokenset by @guabu in #1870
- chore: in-memory cache for authorization server metadata by @guabu in #1871
- Release 4.0.0 by @nandan-bhat in #1873
New Contributors
- @guabu made their first contribution in #1781
- @gyaneshgouraw-okta made their first contribution in #1784
- @nandan-bhat made their first contribution in #1786
Full Changelog: v3.5.0...v4.0.0
v4.0.0-beta.14
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