feat: add credentials authentication (#1)

This commit is contained in:
Meier Lukas
2023-12-10 17:12:20 +01:00
committed by GitHub
parent 41e54d940b
commit 3cedb7fba5
53 changed files with 890 additions and 2105 deletions

View File

@@ -14,7 +14,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@types/better-sqlite3": "^7.6.8",
"@paralleldrive/cuid2": "^2.2.2",
"better-sqlite3": "^9.2.2",
"drizzle-orm": "^0.29.1"
},
@@ -22,6 +22,7 @@
"@alparr/eslint-config": "workspace:^0.2.0",
"@alparr/prettier-config": "workspace:^0.1.0",
"@alparr/tsconfig": "workspace:^0.1.0",
"@types/better-sqlite3": "7.6.8",
"dotenv-cli": "^7.3.0",
"drizzle-kit": "^0.20.6",
"eslint": "^8.53.0",
@@ -35,4 +36,4 @@
]
},
"prettier": "@alparr/prettier-config"
}
}