Commit 95c8861
fix(auth0-server-js): address review comments - bump auth-js dep, empty token guard, docs
- Bump @auth0/auth0-auth-js dependency from ^1.11.0 to ^1.12.0
- Add explicit empty-string token guard in revokeRefreshToken (throws MissingRequiredArgumentError)
- Add offline_access scope to example-express-web authorizationParams
- Expand JSDoc and EXAMPLES.md to document resolver-mode behavior for explicit tokens
- Assert revoke-before-delete ordering in logout test using ops array
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent faee2c4 commit 95c8861
5 files changed
Lines changed: 21 additions & 6 deletions
File tree
- examples/example-express-web/src
- packages/auth0-server-js
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
| 1507 | + | |
| 1508 | + | |
1507 | 1509 | | |
1508 | 1510 | | |
1509 | 1511 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7051 | 7051 | | |
7052 | 7052 | | |
7053 | 7053 | | |
7054 | | - | |
| 7054 | + | |
7055 | 7055 | | |
7056 | | - | |
| 7056 | + | |
7057 | 7057 | | |
7058 | 7058 | | |
7059 | 7059 | | |
7060 | 7060 | | |
7061 | 7061 | | |
7062 | 7062 | | |
7063 | | - | |
| 7063 | + | |
| 7064 | + | |
| 7065 | + | |
| 7066 | + | |
7064 | 7067 | | |
7065 | 7068 | | |
7066 | 7069 | | |
| |||
7085 | 7088 | | |
7086 | 7089 | | |
7087 | 7090 | | |
7088 | | - | |
7089 | | - | |
| 7091 | + | |
7090 | 7092 | | |
7091 | 7093 | | |
7092 | 7094 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1081 | 1081 | | |
1082 | 1082 | | |
1083 | 1083 | | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
1084 | 1089 | | |
1085 | 1090 | | |
1086 | 1091 | | |
| 1092 | + | |
1087 | 1093 | | |
1088 | 1094 | | |
1089 | 1095 | | |
1090 | 1096 | | |
1091 | 1097 | | |
1092 | 1098 | | |
1093 | 1099 | | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
1094 | 1104 | | |
1095 | 1105 | | |
1096 | 1106 | | |
| |||
0 commit comments