Got log in and out working, moved global state
All checks were successful
Build Crate / build (push) Successful in 1m45s

close to done!
This commit is contained in:
2024-08-26 17:43:08 -04:00
parent 0f20ba3b86
commit 65d47615da
11 changed files with 172 additions and 95 deletions

View File

@@ -16,12 +16,12 @@ serde_json = "1"
env_logger = "0.10.0"
log = "0.4.20"
once_cell = "1.18.0"
web-sys = "0.3.64"
web-sys = { version = "0.3.64", features = ["Window", "Storage"] }
cfg-if = "1.0.0"
chrono = { version = "0.4.38", features = ["serde", "wasm-bindgen"] }
password-auth = "1.0.0"
lazy_static = "1.5"
jsonwebtoken = "9"
[target.'cfg(engine)'.dev-dependencies]
fantoccini = "0.19"
@@ -37,6 +37,7 @@ sea-orm = { version = "1.0", features = [
"macros",
"with-chrono",
] }
jsonwebtoken = "9.3.0"
[target.'cfg(client)'.dependencies]
wasm-bindgen = "0.2.93"