-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add login page #209
Add login page #209
Conversation
Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: Jongmin Lee <[email protected]>
Signed-off-by: jongmin Lee <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]>
Signed-off-by: Jongmin Lee <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]>
Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: Jongmin Lee <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]>
Signed-off-by: June Saehwan <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: Jongmin Lee <[email protected]>
Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: Jongmin Lee <[email protected]>
Signed-off-by: June Saehwan <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: Jongmin Lee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: June Saehwan <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: Jongmin Lee <[email protected]>
Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: Jongmin Lee <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review my remark and suggestions. Otherwise, approved.
Signed-off-by: Han Kyuhyun <[email protected]>
Signed-off-by: Han Kyuhyun <[email protected]>
Signed-off-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]> Co-authored-by: Jongmin Lee <[email protected]>
Signed-off-by: Basaeng <[email protected]> Co-authored-by: Han Kyuhyun <[email protected]> Co-authored-by: ByunJeongHeum <[email protected]> Co-authored-by: June Saehwan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
LPVS Front-End Login Page.
User, History, and Dashboard pages will be uploaded.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
For using social login with Naver, Kakao, and Google, fill the necessary information:
application.properties
located insrc/main/resources
:Enter client-id and client-secret. (Kakao doesn't require a client-secret.)
Naver: https://developers.naver.com/products/login/api/api.md
Kakao: https://developers.kakao.com/docs/latest/ko/kakaologin/common
Google: https://cloud.google.com/identity-platform/docs/web/google
.env
file located infrontend
:Enter your REST_API_KEY.
Test Configuration:
Checklist: