first commit

This commit is contained in:
ChK
2026-02-02 18:38:32 +01:00
commit 6cef59775a
637 changed files with 68562 additions and 0 deletions

9
auth/package.json Executable file
View File

@@ -0,0 +1,9 @@
{
"name": "appserver-auth",
"version": "1.0.0",
"main": "auth.js",
"dependencies": {
"express": "^4.19.2",
"cookie-parser": "^1.4.6"
}
}