refactor: fix password auth

refactor: move tabs around
This commit is contained in:
Andy Burke 2025-07-23 13:01:52 -07:00
parent 316663be32
commit e397bc884b
17 changed files with 49 additions and 26 deletions

17
deno.lock generated
View file

@ -4,8 +4,7 @@
"jsr:@andyburke/fsdb@1": "1.0.0",
"jsr:@andyburke/lurid@*": "0.2.0",
"jsr:@andyburke/lurid@0.2": "0.2.0",
"jsr:@andyburke/serverus@*": "0.7.1",
"jsr:@andyburke/serverus@~0.7.1": "0.7.1",
"jsr:@andyburke/serverus@~0.9.3": "0.9.3",
"jsr:@da/bcrypt@^1.0.1": "1.0.1",
"jsr:@std/assert@*": "1.0.13",
"jsr:@std/assert@^1.0.13": "1.0.13",
@ -52,16 +51,16 @@
"jsr:@std/cli@^1.0.19"
]
},
"@andyburke/serverus@0.7.1": {
"integrity": "750b5d425a3b147efb551fbbc564b0c1428e5a8b94959bd77e95936bab78040d",
"@andyburke/serverus@0.9.3": {
"integrity": "fb72135b96e9700f6b4959d9fcbcbf8dfeef9ed97cd510709c59304d7fef59d5",
"dependencies": [
"jsr:@std/async",
"jsr:@std/cli@^1.0.19",
"jsr:@std/cli@^1.0.20",
"jsr:@std/fmt@^1.0.6",
"jsr:@std/fs@^1.0.14",
"jsr:@std/http@^1.0.13",
"jsr:@std/fs@^1.0.19",
"jsr:@std/http@^1.0.19",
"jsr:@std/media-types",
"jsr:@std/path@^1.0.8"
"jsr:@std/path@^1.1.1"
]
},
"@da/bcrypt@1.0.1": {
@ -207,7 +206,7 @@
"dependencies": [
"jsr:@andyburke/fsdb@1",
"jsr:@andyburke/lurid@0.2",
"jsr:@andyburke/serverus@~0.7.1",
"jsr:@andyburke/serverus@~0.9.3",
"jsr:@da/bcrypt@^1.0.1",
"jsr:@std/assert@^1.0.13",
"jsr:@std/encoding@^1.0.10",