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

[fix] 소셜 로그인 오류 수정 #47

Merged
merged 5 commits into from
Jul 11, 2024
Merged

[fix] 소셜 로그인 오류 수정 #47

merged 5 commits into from
Jul 11, 2024

Conversation

kgy1008
Copy link
Member

@kgy1008 kgy1008 commented Jul 10, 2024

Related Issue 📌

close #44

Description ✔️

accessToken claims에 role 추가해서 role 존재 여부로 refreshToken과 accessToken을 구분하였습니다.

filter chain을 bean으로 등록하지 않았기에 WhiteList에 등록된 url은 필터를 거치지 않음 -> 때문에 reissue api의 경우 white list에 등록을 해두었기 때문에 따로 filter에서 refreshToken으로 요청이 들어왔을 때 해당 request api가 reissue api인지 검증하는 로직은 제외하였습니다. 즉, refresh Token으로 들어오는 모든 요청에 대해서 예외를 던졌습니다.


또한 비밀키를 인코딩하는 로직에 오류가 있어서 이 또한 수정했습니다.
(이 과정에서 yml 파일이 조금 바뀌었습니다. submodule update 해주세요)

To Reviewers

yml 파일 업데이트 되었습니다.

@Parkjyun
Copy link
Contributor

고생하셨습니당

@Parkjyun Parkjyun merged commit f67d575 into develop Jul 11, 2024
1 check passed
@kgy1008 kgy1008 deleted the fix/44 branch December 2, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 소셜 로그인 오류 수정
2 participants