feat(Melder): Erstellt, um aktuelle Schlüssel an den Kunden zu senden

This commit is contained in:
Developer 02
2025-02-11 09:38:11 +01:00
parent 5ab1f24ce5
commit 484cc86a29
6 changed files with 40 additions and 19 deletions

View File

@@ -22,7 +22,7 @@ var apiParams = config.Get<AuthApiParams>() ?? throw new InvalidOperationExcepti
// Add services to the container.
builder.Services.Configure<AuthApiParams>(config);
builder.Services.AddConsumerService(config);
builder.Services.AddAuthService(config);
builder.Services.AddCryptoFactory(config.GetSection("CryptParams"));
builder.Services.AddJwtSignatureHandler<Consumer>(api => new Dictionary<string, object>
{