trips) add local auth provider and login picker
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 23s

This commit is contained in:
2026-02-22 04:52:17 +00:00
parent 42fe36ca86
commit d44db1489c
11 changed files with 483 additions and 17 deletions

View File

@@ -40,6 +40,7 @@
"vitest": "^4.0.18"
},
"dependencies": {
"@auth/sveltekit": "^1.11.1"
"@auth/sveltekit": "^1.11.1",
"argon2": "^0.41.1"
}
}