oauthsettings.json 816 B

123456789101112131415161718192021222324
  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" : ["discord", "facebook", "naver", "kakao"]
  6. },
  7. "publish_url" : "https://",
  8. "discord" : {
  9. "client_id" : "",
  10. "client_secret" : ""
  11. },
  12. "facebook" : {
  13. "client_id" : "",
  14. "client_secret" : ""
  15. },
  16. "naver" : {
  17. "client_id" : "",
  18. "client_secret" : ""
  19. },
  20. "kakao" : {
  21. "client_id" : "",
  22. "client_secret" : ""
  23. }
  24. }