Added basic Auth-Service features

This commit is contained in:
Giuseppe Raffa
2026-05-21 10:56:25 +02:00
commit 318ea3555f
17 changed files with 2144 additions and 0 deletions

18
api/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@11.1.3",
"dependencies": {
"express": "^5.2.1",
"ioredis": "^5.10.1",
"pg": "^8.21.0"
}
}