feat: adds basic auth system

This commit is contained in:
HerozDotExe 2024-11-02 19:20:14 +01:00
parent 2f6ffbf758
commit 5c1ee6850d
9 changed files with 190 additions and 0 deletions

View file

@ -21,5 +21,8 @@
"tslib": "^2.8.0",
"typescript": "~5.6.2",
"vite": "^5.4.10"
},
"dependencies": {
"pocketbase": "^0.21.5"
}
}