Initial T06 security template

This commit is contained in:
2026-05-12 06:49:39 +00:00
commit af0ff49f87
20 changed files with 529 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "orders-api",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2"
}
}