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: AccessToken에 Prefix 추가 #107

Merged
merged 1 commit into from
Feb 13, 2024
Merged

fix: AccessToken에 Prefix 추가 #107

merged 1 commit into from
Feb 13, 2024

Conversation

kdkdhoho
Copy link
Collaborator

Description

  • 로그아웃 요청 시에 카카오에서 발급한 AccessToken을 Authorization 헤더에 넣을 때 Bearer Prefix가 빠져서 실패한 오류를 해결했습니다.

Relation Issues

@kdkdhoho kdkdhoho self-assigned this Feb 13, 2024
@kdkdhoho kdkdhoho requested a review from pparkjs as a code owner February 13, 2024 11:32
Copy link
Collaborator

@pparkjs pparkjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 해당 문제가 Bearer 문제였군요.. kakao 측에는 저걸 붙여서 가야하구나

@kdkdhoho kdkdhoho merged commit 441dbdf into dev Feb 13, 2024
1 check passed
@kdkdhoho kdkdhoho deleted the fix/106 branch February 13, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

카카오 로그아웃 요청 시, Authorization에 Prefix가 빠진 것 수정
2 participants