start client public auth

This commit is contained in:
nora 2024-08-23 15:02:29 +02:00
parent 157d6081b8
commit 85f1def4b5
9 changed files with 132 additions and 16 deletions

11
Cargo.lock generated
View file

@ -1214,6 +1214,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"users",
]
[[package]]
@ -1481,6 +1482,16 @@ dependencies = [
"subtle",
]
[[package]]
name = "users"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
dependencies = [
"libc",
"log",
]
[[package]]
name = "utf8parse"
version = "0.2.2"