Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
ef29ba6
First pass of removing auth0-extension-tools
sauntimo Jan 9, 2026
3f67b4b
Build extension backend
sauntimo Jan 9, 2026
9490c27
Bunp patch version to 2.13.3
sauntimo Jan 9, 2026
9259e35
Remove new promise-retry dep and add to repo
sauntimo Jan 9, 2026
e9d38be
use /develop paths for assets
sauntimo Jan 9, 2026
deb809d
Add debug logging
sauntimo Jan 9, 2026
cb6a800
fix logging
sauntimo Jan 9, 2026
b8f25ca
Update build
sauntimo Jan 9, 2026
2be4292
Fix seriesQueue
sauntimo Jan 9, 2026
bbd48a7
Remove debug logging + fix http errors
sauntimo Jan 9, 2026
d87dd5f
Fix test command; 412 unit tests passing
sauntimo Jan 13, 2026
0fb2a80
Tests for session manager
sauntimo Jan 13, 2026
0109975
Add tests for management api
sauntimo Jan 13, 2026
b76bd79
Add tests for validateHookToken
sauntimo Jan 13, 2026
5bc31f2
Add tests for webtaskStorageContext
sauntimo Jan 13, 2026
4fb6418
Add tests for fileStorageContext
sauntimo Jan 13, 2026
4056469
add tests for blobRecordProvider
sauntimo Jan 13, 2026
5a9e90d
Add tests for config
sauntimo Jan 13, 2026
000ead3
use URLSearchParams in sessionMgr
sauntimo Apr 9, 2026
c571b8c
improvements to managementApi Client handling
sauntimo Apr 9, 2026
d9c4b2c
wrap iife
sauntimo Apr 9, 2026
9b4d3b1
add tests for seriesQueue
sauntimo Apr 9, 2026
80f5311
refactor createServerFactory fn
sauntimo Apr 9, 2026
d91cf4f
Run build
sauntimo Apr 9, 2026
0b845af
Handle new return type from api
sauntimo Apr 10, 2026
a557d64
Add regression tests for change
sauntimo Apr 10, 2026
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
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"jsx": true,
"modules": true
},
"ecmaVersion": 8,
"ecmaVersion": "latest",
"sourceType": "module"
},
"env": {
Expand Down
2 changes: 0 additions & 2 deletions dist/auth0-authz.extension.2.13.2.js

This file was deleted.

2 changes: 2 additions & 0 deletions dist/auth0-authz.extension.2.13.3.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"app":"auth0-authz.ui.2.13.2.js","style":"auth0-authz.ui.2.13.2.css","vendors":"auth0-authz.ui.vendors.2.13.2.js"}
{"app":"auth0-authz.ui.2.13.3.js","style":"auth0-authz.ui.2.13.3.css","vendors":"auth0-authz.ui.vendors.2.13.3.js"}
Loading
Loading