feat(mfa): TOTP secrets, recovery codes and factor lookup

This commit is contained in:
2026-09-16 08:30:55 +00:00
parent b78a9b3832
commit 25541345a8
6 changed files with 407 additions and 0 deletions
+1
View File
@@ -225,6 +225,7 @@ func serve() {
log.Fatalf("failed to connect to Redis: %v", err)
}
log.Println("connected to Redis")
services.RedisClient = auth.Redis()
// The bus carries agent commands and step results between replicas. It is
// not optional even on a single-replica deployment: dispatch takes the same