Added lots of debugging + token auth
Now you dont have to send your password over the wire every time and can make do with a token instead. There's lots of debugging info now to make it easier for me to fix bugs with the server
This commit is contained in:
+4
-2
@@ -6,8 +6,8 @@ edition = "2024"
|
||||
[dependencies]
|
||||
diesel = { version = "2.3.9", features = ["postgres_backend"] }
|
||||
quinn = "0.11.9"
|
||||
fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"}
|
||||
#fedichat = {path = "../fedichat-lib"}
|
||||
#fedichat = {git = "https://git.firechicken.net/fedichat/fedichat-lib"}
|
||||
fedichat = {path = "../fedichat-lib"}
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = "0.3.23"
|
||||
clap = { version = "4.6.1", features = ["derive"] }
|
||||
@@ -20,4 +20,6 @@ ctrlc-async = { version = "3.2.2", features = ["termination"] }
|
||||
rmp-serde = "1.3.1"
|
||||
diesel-derive-composite = "0.1.0"
|
||||
bcrypt = "0.19.1"
|
||||
time = { version = "0.3.47", features = ["serde"] }
|
||||
rand = "0.10.1"
|
||||
#postcard = {version = "1.1.3", features = ["use-std"]}
|
||||
|
||||
Reference in New Issue
Block a user