Added OIDC auth
Build and Publish / Build and Publish Docker Image (push) Successful in 1m51s

This commit is contained in:
ab
2026-05-18 23:50:34 +03:00
parent 71f444b9aa
commit 99e2cbc1f0
6 changed files with 284 additions and 2 deletions
Generated
+8
View File
@@ -3182,6 +3182,12 @@ dependencies = [
"serde_derive",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "utf8_iter"
version = "1.0.4"
@@ -3355,6 +3361,7 @@ dependencies = [
name = "web-petting"
version = "0.1.11"
dependencies = [
"base64",
"chrono",
"chrono-tz",
"cot",
@@ -3368,6 +3375,7 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"urlencoding",
"uuid",
]