Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

http 프로토콜 대신 https로 바꿔주세요 #2

Closed
leehj050211 opened this issue Jun 9, 2022 · 1 comment
Closed

http 프로토콜 대신 https로 바꿔주세요 #2

leehj050211 opened this issue Jun 9, 2022 · 1 comment

Comments

@leehj050211
Copy link
Member

BeforeLogin.js
위에 파일에 보시면

function goOauth(){
        window.location.href = "http://bssm.kro.kr/oauth/login?clientId=4edf448e&redirectURI=http://localhost:3000/user/oauth"
}

외부 OAuth 링크 호출할 때 https가 아닌 http프로토콜로 요청을 합니다.
이렇게 호출을 하게 되면 굉장히 보안에 취약해지기 때문에 시간이 있으시면 https 프로토콜로 변경해주세요.

@leehj050211 leehj050211 pinned this issue Jun 9, 2022
@jeongdonggyeom
Copy link
Member

네. 바꾸었습니다!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants