Add basic auth functionality

This commit is contained in:
2022-05-04 01:38:25 +02:00
parent 856e514da7
commit 6261dbb04c
5 changed files with 147 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"@prisma/client": "^3.13.0",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.1"
}