Skip to content

Commit 75d8fd0

Browse files
Merge branch 'main' into chore/remove-token-access-cache
2 parents b50fca8 + b44aa97 commit 75d8fd0

File tree

109 files changed

+5507
-410
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

109 files changed

+5507
-410
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Run Playwright tests
2828
run: pnpm exec playwright test
29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v5
3030
if: ${{ !cancelled() }}
3131
with:
3232
name: playwright-report

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ web_modules/
7878
.env.test.local
7979
.env.production.local
8080
.env.local
81+
.auth0-credentials
8182

8283
# parcel-bundler cache (https://parceljs.org/)
8384
.cache
@@ -132,3 +133,12 @@ dist
132133
/playwright-report/
133134
/blob-report/
134135
/playwright/.cache/
136+
137+
# local development files
138+
.memory/
139+
.dev-files/
140+
*.env.*
141+
*.tmp
142+
*PLAN*.md
143+
.yalc/
144+
yalc.lock

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.11.1
1+
v4.12.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v4.12.0](https://github.com/auth0/nextjs-auth0/tree/v4.12.0) (2025-11-07)
4+
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.11.1...v4.12.0)
5+
6+
**Added**
7+
- feat: Proxy handler support enabling My Account and My Org [\#2400](https://github.com/auth0/nextjs-auth0/pull/2400) ([tusharpandey13](https://github.com/tusharpandey13))
8+
39
## [v4.11.1](https://github.com/auth0/nextjs-auth0/tree/v4.11.1) (2025-10-31)
410
[Full Changelog](https://github.com/auth0/nextjs-auth0/compare/v4.11.0...v4.11.1)
511

0 commit comments

Comments
 (0)