BLOG-85 Implement OIDC authentication #93

Merged
squid merged 8 commits from BLOG-85_oidc_login into main 2025-07-30 03:46:50 +08:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 161ef5327a - Show all commits

1
backend/Cargo.lock generated
View File

@ -1663,7 +1663,6 @@ dependencies = [
"actix-multipart", "actix-multipart",
"actix-web", "actix-web",
"async-trait", "async-trait",
"chrono",
"futures", "futures",
"log", "log",
"serde", "serde",

View File

@ -7,7 +7,6 @@ edition.workspace = true
actix-multipart.workspace = true actix-multipart.workspace = true
actix-web.workspace = true actix-web.workspace = true
async-trait.workspace = true async-trait.workspace = true
chrono.workspace = true
futures.workspace = true futures.workspace = true
log.workspace = true log.workspace = true
serde.workspace = true serde.workspace = true