@kb-labs/gateway-auth 2.20.0 → 2.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1 +1,3 @@
1
- # TODO
1
+ # @kb-labs/gateway-auth
2
+
3
+ Authentication and authorization middleware for the KB Labs API Gateway. Handles JWT validation, token issuance, and request authorization.
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "dependencies": {
3
3
  "jose": "^5.9.6",
4
- "@kb-labs/core-platform": "2.20.0",
5
- "@kb-labs/gateway-contracts": "2.20.0"
4
+ "@kb-labs/core-platform": "2.23.0",
5
+ "@kb-labs/gateway-contracts": "2.23.0"
6
6
  },
7
7
  "devDependencies": {
8
8
  "@types/node": "^20",
9
9
  "tsup": "^8.5.0",
10
10
  "typescript": "^5",
11
11
  "vitest": "^3.2.4",
12
- "@kb-labs/devkit": "2.20.0"
12
+ "@kb-labs/devkit": "2.23.0"
13
13
  },
14
14
  "engines": {
15
15
  "node": ">=20.0.0",
@@ -29,7 +29,7 @@
29
29
  "sideEffects": false,
30
30
  "type": "module",
31
31
  "types": "./dist/index.d.ts",
32
- "version": "2.20.0",
32
+ "version": "2.23.0",
33
33
  "scripts": {
34
34
  "build": "tsup",
35
35
  "clean": "rimraf dist",