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:
parent
93828dbc8c
commit
316ab78f1b
@ -11,6 +11,6 @@
|
||||
"Auth": {
|
||||
"Issuer": "CleanArchitectureServer",
|
||||
"Audience": "CleanArchitectureClient",
|
||||
"Secret": "sD3v061gf8BxXgmxcHss"
|
||||
"Secret": "sD3v061gf8BxXgmxcHssasjdlkasjd87439284)@#(*"
|
||||
}
|
||||
}
|
||||
|
@ -12,6 +12,6 @@
|
||||
"Auth": {
|
||||
"Issuer": "CleanArchitectureServer",
|
||||
"Audience": "CleanArchitectureClient",
|
||||
"Secret": "sD3v061gf8BxXgmxcHss"
|
||||
"Secret": "sD3v061gf8BxXgmxcHssasjdlkasjd87439284)@#(*"
|
||||
}
|
||||
}
|
||||
|
@ -19,7 +19,7 @@ public sealed class LoginUserCommandTestFixture : CommandHandlerFixtureBase
|
||||
{
|
||||
Issuer = "TestIssuer",
|
||||
Audience = "TestAudience",
|
||||
Secret = "asjdlkasjd87439284)@#(*"
|
||||
Secret = "asjdlkasjd87439284)@#(*asjdlkasjd87439284)@#(*"
|
||||
});
|
||||
|
||||
CommandHandler = new LoginUserCommandHandler(
|
||||
|
Loading…
Reference in New Issue
Block a user