0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-07-02 03:22:57 +00:00

Fix login secret key

This commit is contained in:
alex289 2023-05-19 16:40:59 +02:00
parent 93828dbc8c
commit 316ab78f1b
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863
3 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@
"Auth": {
"Issuer": "CleanArchitectureServer",
"Audience": "CleanArchitectureClient",
"Secret": "sD3v061gf8BxXgmxcHss"
"Secret": "sD3v061gf8BxXgmxcHssasjdlkasjd87439284)@#(*"
}
}

View File

@ -12,6 +12,6 @@
"Auth": {
"Issuer": "CleanArchitectureServer",
"Audience": "CleanArchitectureClient",
"Secret": "sD3v061gf8BxXgmxcHss"
"Secret": "sD3v061gf8BxXgmxcHssasjdlkasjd87439284)@#(*"
}
}

View File

@ -19,7 +19,7 @@ public sealed class LoginUserCommandTestFixture : CommandHandlerFixtureBase
{
Issuer = "TestIssuer",
Audience = "TestAudience",
Secret = "asjdlkasjd87439284)@#(*"
Secret = "asjdlkasjd87439284)@#(*asjdlkasjd87439284)@#(*"
});
CommandHandler = new LoginUserCommandHandler(