test: validation manuelle auth middleware — 3/3 verts

This commit is contained in:
Hermann_Kitio 2026-04-16 13:52:08 +03:00
parent f71498668f
commit 2fba6f2003
6 changed files with 281 additions and 0 deletions

13
package-lock.json generated
View file

@ -10,6 +10,7 @@
"dependencies": {
"@hono/node-server": "^1.13.7",
"@supabase/supabase-js": "^2.49.4",
"dotenv": "^17.4.2",
"hono": "^4.7.7",
"stripe": "^17.7.0"
},
@ -1455,6 +1456,18 @@
"node": ">=6"
}
},
"node_modules/dotenv": {
"version": "17.4.2",
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.4.2.tgz",
"integrity": "sha512-nI4U3TottKAcAD9LLud4Cb7b2QztQMUEfHbvhTH09bqXTxnSie8WnjPALV/WMCrJZ6UV/qHJ6L03OqO3LcdYZw==",
"license": "BSD-2-Clause",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://dotenvx.com"
}
},
"node_modules/dunder-proto": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz",