AcaMate_API/private/jwtSetting.json

16 lines
630 B
JSON
Executable File

{
"JwtSettings": {
"SecretKey": "QWNhTWF0ZS1TZWNyZXRLZXlfTWFkZUJ5J1RlYW0uU3RlaW5BbmRPd25lclNlYW5BbmRJbXBvcnRhbnRfTnVtYmVyLTk0MDUwOSE=",
"Issuer": "AcaMate",
"Audience": "https://acamate.ipstein.myds.me",
// 엑세스 토큰 유효기간 (분)
"ExpiryMinutes": 10,
// 서버와 클라이언트 간 시간차이 보정 (분)
"ClockSkewMinutes": 5,
// 리프레시 토큰의 유효기간 (일)
"RefreshTokenExpiryDays": 7
}
}
// SecretKey 의 길이는 최소 256bit(32byte)는 넘어야 함
// "SecretKey": "AcaMate-SecretKey_MadeBy'Team.SteinAndOwnerSeanAndImportant_Number-940509!",