auth: extract community auth crate

This commit is contained in:
github-ops
2026-05-14 19:48:58 +00:00
parent 56268d1482
commit 7c2a8f4fac
13 changed files with 457 additions and 139 deletions
+2
View File
@@ -14,6 +14,7 @@ argon2.workspace = true
axum.workspace = true
axum-extra.workspace = true
base64.workspace = true
crank-community-auth = { path = "../../crates/crank-community-auth" }
crank-core = { path = "../../crates/crank-core" }
crank-mapping = { path = "../../crates/crank-mapping" }
crank-registry = { path = "../../crates/crank-registry" }
@@ -33,5 +34,6 @@ tracing-subscriber.workspace = true
uuid.workspace = true
[dev-dependencies]
async-trait = "0.1"
reqwest.workspace = true
serial_test = "3"