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

버그 수정: API 응답 결과가 예상과 다름 #53

Open
porporpor020202 opened this issue Sep 10, 2024 · 2 comments
Open

버그 수정: API 응답 결과가 예상과 다름 #53

porporpor020202 opened this issue Sep 10, 2024 · 2 comments
Assignees
Labels
버그 수정 버그 수정

Comments

@porporpor020202
Copy link
Contributor

porporpor020202 commented Sep 10, 2024

// @/api/auth.ts

postSignIn 함수는 다음과 같은 Response를 줘야 함

(1) 회원가입이 된 경우,
서버는 accessToken, refreshToken을 전송함.

(2) 회원가입이 안 된 경우,
서버는 sub 값을 리턴함.

그러나 현재는 회원가입이 안 된 경우에도, accessToken과 refreshToken이 받아와 짐.

그리고, 타입 오류가 있음

Screenshot 2024-09-11 at 12 13 25 AM

명세서에 따르면, FCM 코드를 body에 같이 전송해야 함.

https://documenter.getpostman.com/view/21233239/2sA3e2gA8P#b41281e5-039a-45d5-a793-74ecc1a1d420
{{baseUrl}}/auth/sign-in/oidc

@timepresent95
Copy link
Contributor

아 지금 msw는 무조건 성공으로 해뒀어
그게 당장 개발에는 더 편할것같아서
전부 진짜로 하는것처럼 하길 원하면 내가 주석 해둔거 보고 변경하면 될거야!

@porporpor020202
Copy link
Contributor Author

아 지금 msw는 무조건 성공으로 해뒀어 그게 당장 개발에는 더 편할것같아서 전부 진짜로 하는것처럼 하길 원하면 내가 주석 해둔거 보고 변경하면 될거야!

로그인부분은 변경해야할듯.
해보고 다시 알려줄께.

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 a pull request may close this issue.

2 participants