-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/#74/display user connection status #75
Merged
dohyeondol1
merged 20 commits into
feature/#61/front_code
from
feature/#74/display_user_connection_status
Sep 7, 2024
Merged
Feature/#74/display user connection status #75
dohyeondol1
merged 20 commits into
feature/#61/front_code
from
feature/#74/display_user_connection_status
Sep 7, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 인증실패 시 로그인페이지로 리다이렉션이 아닌 401코드 반환. - 일반로그인을 form로그인으로 변경.
user테이블에 시큐리티 로그인때문에 만들었던 id와 동일한 역할을 하는 username은 없어도 정상 작동함.
카카오 로그아웃을 위한 엑세스토큰을 세션에 보관하고 디버깅용 코드는 삭제함
[feature] 소셜로그인, 일반로그인 수정
* [fix] Cors설정 헤더추가 * [fix] 세션설정수정 * [fix] 세션설정 수정 import문 추가 * [fix] 마리아DB 버전 업데이트 * [fix]폼로그인 권한,cors수정 * [fix] cors수정 * [fix] 스프링시큐리티로 cors수정 --------- Co-authored-by: Siyun Park <[email protected]>
로그인 리다이렉션 경로 수정, 회원가입시 비밀번호 암호화 방식 수정
form로그인 에러 원인을 찾기 위한 수정
[feature] 카카오 소셜로그인 추가, form로그인 수정
…github.com/pknu-wap/miniwapp into feature/#74/display_user_connection_status
- state 값이 1이면 온라인, 0이면 오프라인으로 표시하였습니다.
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 타입(하나 이상의 PR 타입을 선택해주세요)
변경 사항
친구 목록에서 다른 유저들의 접속 상태를 확인할 수 있도록 '온라인', '오프라인'이 표시되는 기능을 추가하였습니다.
이슈 사항
To reviewer
최소한의 기능만 만들어서 올렸습니다만, 형식을 조금 더 다듬어 다시 PR올리겠습니다~!