We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 프로토콜로 변경해주세요.
The text was updated successfully, but these errors were encountered:
네. 바꾸었습니다!
Sorry, something went wrong.
No branches or pull requests
BeforeLogin.js
위에 파일에 보시면
외부 OAuth 링크 호출할 때 https가 아닌 http프로토콜로 요청을 합니다.
이렇게 호출을 하게 되면 굉장히 보안에 취약해지기 때문에 시간이 있으시면 https 프로토콜로 변경해주세요.
The text was updated successfully, but these errors were encountered: