feat(infra): register RefreshTokenRepository, RefreshTokenGenerator, ClientContext and handlers in DI

This commit is contained in:
2026-04-14 13:28:36 -03:00
parent cb4250f7b3
commit aed26e3de9
3 changed files with 25 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ public sealed class TestWebAppFactory : WebApplicationFactory<Program>, IAsyncLi
["Jwt:Issuer"] = "sigcm2.api",
["Jwt:Audience"] = "sigcm2.web",
["Jwt:AccessTokenMinutes"] = "60",
["Jwt:RefreshTokenDays"] = "7",
["Jwt:PrivateKeyPath"] = PrivateKeyPath,
["Jwt:PublicKeyPath"] = PublicKeyPath,
["Jwt:PrivateKey"] = null,