modified proxy to use jwt_secret

This commit is contained in:
2026-02-20 14:19:51 -06:00
parent ebc718daf2
commit 39a10ce46f
3 changed files with 57 additions and 8 deletions
+10
View File
@@ -11,6 +11,7 @@
"axios": "^1.11.0",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"jose": "^6.1.3",
"js-cookie": "^3.0.5",
"next": "^16.0.7",
"react": "19.1.0",
@@ -1874,6 +1875,15 @@
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
"license": "MIT"
},
"node_modules/jose": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/jose/-/jose-6.1.3.tgz",
"integrity": "sha512-0TpaTfihd4QMNwrz/ob2Bp7X04yuxJkjRGi4aKmOqwhov54i6u79oCv7T+C7lo70MKH6BesI3vscD1yb/yzKXQ==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/panva"
}
},
"node_modules/js-cookie": {
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-3.0.5.tgz",