-
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 user page #217
Add user page #217
Conversation
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: 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.
LGTM
@@ -33,7 +33,7 @@ public SecurityFilterChain filterChain(HttpSecurity http) throws Exception { | |||
.and() | |||
.logout() | |||
.logoutRequestMatcher(new AntPathRequestMatcher("/oauth/logout")) | |||
.logoutSuccessUrl("/") | |||
.logoutSuccessUrl("http://localhost:3000") |
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.
Maybe we need to move this value to application.properties?
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.
Agree. If we run FE on the server, a hardcoded address could be a problem.
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.
Moved the value to application.properties.
I'd appreciate it if you could check if the name of the newly added variable is okay.
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.
Approved. Please change few remarks.
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]>
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 User Page. (logout, modify user information)
History, Result, Dashboard pages will be uploaded.
Type of change
How Has This Been Tested?
For using social login with Naver, Kakao, and Google, fill the necessary information:
Update the
application.properties
located insrc/main/resources
:Enter client-id and client-secret. (Kakao doesn't require a client-secret.)
Update the
.env
file located infrontend
:Enter your REST_API_KEY.
The values required to implement the login function can be obtained from the link below.
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
(If the name is long, it is abbreviated.)
(If the Admit function worked normally, output the information about the reflected content as an alert.)
(The GitHub ID must be entered; otherwise, a warning alert will be output.)
Test Configuration:
Checklist: