{ "JwtSettings": { "SecretKey": "YourSuperSecretKeyThatIsLongEnough123!", "Issuer": "AcaMate", "Audience": "https:/devacamate.ipstein.myds.me", "ExpiryMinutes": 10, "ClockSkewMinutes": 5, "RefreshTokenExpiryDays": 7 } } // SecretKey 의 길이는 최소 256bit(32byte)는 넘어야 함