| 123456789101112131415161718192021222324 |
- {
- "_README" : {
- "en" : "To use the OAuth login feature, you must set the 'publish_url' value to a domain address that includes the HTTPS protocol, and actually support HTTPS connections.",
- "ko" : "OAuth 로그인 기능을 사용하려면 'publish_url' 값을 HTTPS 프로토콜을 포함한 도메인 주소로 설정하고, 실제로 HTTPS 연결을 지원해야 합니다.",
- "support" : ["discord", "facebook", "naver", "kakao"]
- },
- "publish_url" : "https://",
- "discord" : {
- "client_id" : "",
- "client_secret" : ""
- },
- "facebook" : {
- "client_id" : "",
- "client_secret" : ""
- },
- "naver" : {
- "client_id" : "",
- "client_secret" : ""
- },
- "kakao" : {
- "client_id" : "",
- "client_secret" : ""
- }
- }
|