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:
Generated
+2
@@ -266,9 +266,11 @@ dependencies = [
|
||||
"diesel-derive-composite",
|
||||
"fedichat",
|
||||
"quinn",
|
||||
"rand 0.10.1",
|
||||
"rmp-serde",
|
||||
"serde",
|
||||
"thiserror 2.0.18",
|
||||
"time",
|
||||
"tokio",
|
||||
"toml",
|
||||
"tracing",
|
||||
|
||||
Reference in New Issue
Block a user