feat(core): Enhanced JWT handling and key management
This commit is contained in:
15
package.json
15
package.json
@@ -12,16 +12,17 @@
|
||||
"build": "(tsbuild)"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsbuild": "^2.1.72",
|
||||
"@git.zone/tsrun": "^1.2.46",
|
||||
"@git.zone/tstest": "^1.0.86",
|
||||
"@push.rocks/tapbundle": "^5.0.15",
|
||||
"@types/node": "^20.11.17"
|
||||
"@git.zone/tsbuild": "^2.1.84",
|
||||
"@git.zone/tsrun": "^1.2.49",
|
||||
"@git.zone/tstest": "^1.0.90",
|
||||
"@push.rocks/tapbundle": "^5.0.24",
|
||||
"@types/node": "^22.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@push.rocks/smartcrypto": "^2.0.4",
|
||||
"@tsclass/tsclass": "^4.0.51",
|
||||
"@types/jsonwebtoken": "^9.0.5",
|
||||
"@push.rocks/smartguard": "^3.1.0",
|
||||
"@tsclass/tsclass": "^4.1.2",
|
||||
"@types/jsonwebtoken": "^9.0.6",
|
||||
"jsonwebtoken": "^9.0.2"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user