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