File tree Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Expand file tree Collapse file tree 4 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 1
- v3.7 .0
1
+ v3.8 .0
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v3.8.0] ( https://github.com/auth0/nextjs-auth0/tree/v3.8.0 ) (2025-06-04)
4
+ [ Full Changelog] ( https://github.com/auth0/nextjs-auth0/compare/v3.7.0...v3.8.0 )
5
+
6
+ ** Security**
7
+ Upgrade jose and openid-client to fix security vulnerabilities #2104
8
+ refactor: use a single client assertion audience #2024
9
+
10
+ ** Changed**
11
+ Update JSDocs to mention idpLogout defaults to true #2083
12
+ Update useUser example to use a tag instead of Link #2087
13
+ Add storeIDToken to config params docs #2103
14
+
3
15
## [ v3.7.0] ( https://github.com/auth0/nextjs-auth0/tree/v3.7.0 ) (2025-03-24)
4
16
[ Full Changelog] ( https://github.com/auth0/nextjs-auth0/compare/v3.6.0...v3.7.0 )
5
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @auth0/nextjs-auth0" ,
3
- "version" : " 3.7 .0" ,
3
+ "version" : " 3.8 .0" ,
4
4
"description" : " Next.js SDK for signing in with Auth0" ,
5
5
"exports" : {
6
6
"." : " ./dist/index.js" ,
Original file line number Diff line number Diff line change 1
- export default '3.7 .0' ;
1
+ export default '3.8 .0' ;
You can’t perform that action at this time.
0 commit comments