mirror of
https://github.com/Noratrieb/oh-oh.git
synced 2026-01-14 17:15:02 +01:00
oidc stuff
This commit is contained in:
parent
4d7a2be572
commit
30c49c3795
12 changed files with 538 additions and 6 deletions
3
Cargo.lock
generated
3
Cargo.lock
generated
|
|
@ -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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue