Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
485 changes: 262 additions & 223 deletions e2e/test-app/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-cte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "file:../..",
"next": "16.2.5",
"next": "16.3.3",
"react": "19.0.1",
"react-dom": "19.0.1"
},
Expand Down
417 changes: 234 additions & 183 deletions examples/with-cte/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-dpop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"helmet": "^7.1.0",
"jwks-rsa": "^3.1.0",
"morgan": "^1.11.0",
"next": "15.5.18",
"next": "15.5.24",
"nodemon": "^3.0.0",
"oauth4webapi": "^3.8.2",
"prop-types": "^15.8.1",
Expand Down
934 changes: 517 additions & 417 deletions examples/with-dpop/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-ipsie-session-expiry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "file:../..",
"next": "16.2.6",
"next": "16.3.3",
"react": "19.0.1",
"react-dom": "19.0.1"
},
Expand Down
397 changes: 212 additions & 185 deletions examples/with-ipsie-session-expiry/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-mrrt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.454.0",
"next": "16.2.6",
"next": "16.3.3",
"react": "19.0.1",
"react-dom": "19.0.1",
"tailwind-merge": "^2.5.4",
Expand Down
456 changes: 264 additions & 192 deletions examples/with-mrrt/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-mtls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "file:../../",
"next": "16.3.0",
"next": "16.3.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"undici": "^7.29.0"
Expand Down
334 changes: 167 additions & 167 deletions examples/with-mtls/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-next-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "^4.0.0",
"next": "15.5.18",
"next": "15.5.24",
"next-intl": "^4.9.2",
"react": "19.0.1",
"react-dom": "19.0.1"
Expand Down
403 changes: 223 additions & 180 deletions examples/with-next-intl/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-passkeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@auth0/nextjs-auth0": "file:../..",
"@types/qrcode": "^1.5.6",
"next": "16.2.5",
"next": "16.3.3",
"qrcode": "^1.5.4",
"react": "19.0.1",
"react-dom": "19.0.1"
Expand Down
417 changes: 234 additions & 183 deletions examples/with-passkeys/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-passwordless-db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@auth0/nextjs-auth0": "file:../..",
"next": "16.2.5",
"next": "16.3.3",
"qrcode": "^1.5.4",
"react": "19.0.1",
"react-dom": "19.0.1"
Expand Down
415 changes: 225 additions & 190 deletions examples/with-passwordless-db/pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/with-passwordless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@auth0/nextjs-auth0": "file:../..",
"@types/qrcode": "^1.5.6",
"next": "16.2.5",
"next": "16.3.3",
"qrcode": "^1.5.4",
"react": "19.0.1",
"react-dom": "19.0.1"
Expand Down
Loading
Loading