feat(auth): verify machine tokens for admin read APIs
This commit is contained in:
Generated
+10
@@ -44,6 +44,7 @@
|
||||
"@minecraft-account-manager/network": "*",
|
||||
"d3-geo": "^3.1.1",
|
||||
"drizzle-orm": "^0.45.1",
|
||||
"jose": "^6.2.12",
|
||||
"leaflet": "^1.9.4",
|
||||
"next": "^16.3.4",
|
||||
"next-auth": "^4.24.13",
|
||||
@@ -70,6 +71,15 @@
|
||||
"vitest": "^4.1.0"
|
||||
}
|
||||
},
|
||||
"apps/web/node_modules/jose": {
|
||||
"version": "6.2.12",
|
||||
"resolved": "https://registry.npmjs.org/jose/-/jose-6.2.12.tgz",
|
||||
"integrity": "sha512-9NiFmJEex0sy2Dk58j2UGBSHgUs2ypF9eZSu4L6vjOX3Dp96Sw1F3uL+H+D1sx02jZZdzUT0HgvCy59CuvXcWw==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/panva"
|
||||
}
|
||||
},
|
||||
"node_modules/@alloc/quick-lru": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user