rfc 6570 callback templates and callback bearer tokens

This commit is contained in:
Mothana 2025-07-13 21:17:21 +04:00
parent 144de45075
commit 8005b2a3ff
16 changed files with 222 additions and 84 deletions

16
package-lock.json generated
View file

@ -44,6 +44,7 @@
"ts-proto": "^1.131.2",
"typeorm": "0.3.15",
"typescript": "^5.5.4",
"uri-template": "^2.0.0",
"uuid": "^8.3.2",
"websocket": "^1.0.35",
"websocket-polyfill": "^0.0.3",
@ -4744,6 +4745,12 @@
"node": "*"
}
},
"node_modules/pct-encode": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/pct-encode/-/pct-encode-1.0.3.tgz",
"integrity": "sha512-+ojEvSHApoLWF2YYxwnOM4N9DPn5e5fG+j0YJ9drKNaYtrZYOq5M9ESOaBYqOHCXOAALODJJ4wkqHAXEuLpwMw==",
"license": "BSD-2-Clause"
},
"node_modules/performance-now": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
@ -6486,6 +6493,15 @@
"punycode": "^2.1.0"
}
},
"node_modules/uri-template": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/uri-template/-/uri-template-2.0.0.tgz",
"integrity": "sha512-r/i44nPoo0ktEZDjx+hxp9PSjQuBBfsd6RgCRuuMqCP0FZEp+YE0SpihThI4UGc5ePqQEFsdyZc7UVlowp+LLw==",
"license": "MIT",
"dependencies": {
"pct-encode": "~1.0.0"
}
},
"node_modules/utf-8-validate": {
"version": "5.0.10",
"resolved": "https://registry.npmjs.org/utf-8-validate/-/utf-8-validate-5.0.10.tgz",