oauthsettings.json 638 B

12345678910111213141516
  1. {
  2. "_README" : {
  3. "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.",
  4. "ko" : "oAuth 로그인 기능을 사용하려면 'publish_url' 값을 HTTPS 프로토콜을 포함한 도메인 주소로 설정하고, 실제로 HTTPS 연결을 지원해야 합니다.",
  5. "support" : ["facebook", "naver"]
  6. },
  7. "publish_url" : "https://",
  8. "facebook" : {
  9. "client_id" : "",
  10. "client_secret" : ""
  11. },
  12. "naver" : {
  13. "client_id" : "",
  14. "client_secret" : ""
  15. }
  16. }