auth revocation implemented

This commit is contained in:
Priec
2026-08-17 13:27:54 +02:00
parent f0d12584ef
commit a80b389a3f
6 changed files with 198 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -6958,6 +6958,7 @@ dependencies = [
"flate2",
"futures",
"gtin-validate",
"http",
"iban_validate",
"jiff",
"jiff-sqlx",
@@ -6996,6 +6997,7 @@ dependencies = [
"tokio-test",
"tonic",
"tonic-reflection",
"tower",
"tracing",
"tracing-subscriber",
"tui-canvas-validation-core",