Skip to content

Commit db68a17

Browse files
authored
Add support to VA Auth0 integration to include claims from backend in VA token (#629)
* Add support to VA Auth0 integration to include user claims from backend in VA token * review: rename include_claims_in_va_token & change description of config toggle * review: remove sanitizeJWTTokenClaims * Move privateKey check out of try/catch block * review: Be more defensive when parsing error response * Add changeset * Revert "Add changeset" This reverts commit 712dbdc. * Add changeset
1 parent 03494fd commit db68a17

File tree

4 files changed

+222
-138
lines changed

4 files changed

+222
-138
lines changed

.changeset/gorgeous-beds-compare.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@gitbook/integration-va-auth0': minor
3+
---
4+
5+
Add support to VA Auth0 integration to include claims from backend in token

bun.lockb

360 Bytes
Binary file not shown.

integrations/va-auth0/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"@gitbook/api": "*",
77
"@gitbook/runtime": "*",
88
"itty-router": "^4.0.14",
9-
"@tsndr/cloudflare-worker-jwt": "2.3.2"
9+
"@tsndr/cloudflare-worker-jwt": "3.1.3"
1010
},
1111
"devDependencies": {
1212
"@gitbook/cli": "workspace:*",

0 commit comments

Comments
 (0)