diff --git a/Tests/Helpers/Token/MockJwtTokens.cs b/Tests/Helpers/Token/MockJwtTokens.cs index 9eb64da1..9c12a94d 100644 --- a/Tests/Helpers/Token/MockJwtTokens.cs +++ b/Tests/Helpers/Token/MockJwtTokens.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IdentityModel.Tokens.Jwt; using System.Security.Claims; @@ -10,7 +10,7 @@ namespace Tests.Helpers.Token public static class MockJwtTokens { private static readonly JwtSecurityTokenHandler s_tokenHandler = new (); - private static string s_keyString = "!z2x3C4v5B*_*!z2x3C4v5B*_*"; + private static string s_keyString = "!z2x3C4v5B*_*!z2x3C4v5B*_*!z2x3C4v5B*_*"; static MockJwtTokens() { diff --git a/WebAPI/appsettings.json b/WebAPI/appsettings.json index 0f692ff7..32d546fb 100644 --- a/WebAPI/appsettings.json +++ b/WebAPI/appsettings.json @@ -3,7 +3,7 @@ "Audience": "www.devarchitecture.com", "Issuer": "www.devarchitecture.com", "AccessTokenExpiration": 10, - "SecurityKey": "!z2x3C4v5B*_*!z2x3C4v5B*_*" + "SecurityKey": "!z2x3C4v5B*_*!z2x3C4v5B*_*!z2x3C4v5B*_*" }, "EmailConfiguration": { "SmtpServer": "smtp.live.com",