feat(api): authentication

This commit is contained in:
2025-11-18 00:38:27 +02:00
parent 3f53c1e03f
commit baad24fecc
34 changed files with 910 additions and 234 deletions
+6 -1
View File
@@ -1,6 +1,11 @@
{
"dependencies": {
"@devscast/config": "catalog:"
"@basango/domain": "workspace:*",
"@devscast/config": "catalog:",
"bcrypt": "^6.0.0"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0"
},
"main": "src/index.ts",
"name": "@basango/encryption",