oidc stuff

This commit is contained in:
nora 2025-07-13 15:37:29 +02:00
parent 4d7a2be572
commit 30c49c3795
12 changed files with 538 additions and 6 deletions

3
Cargo.lock generated
View file

@ -871,6 +871,7 @@ dependencies = [
"axum",
"axum-extra",
"base32",
"base64",
"color-eyre",
"hex",
"hmac",
@ -878,12 +879,14 @@ dependencies = [
"password-hash",
"rand_core",
"serde",
"serde_json",
"sha1",
"sqlx",
"time",
"tokio",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]