We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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/auth.ts
postSignIn 함수는 다음과 같은 Response를 줘야 함
(1) 회원가입이 된 경우, 서버는 accessToken, refreshToken을 전송함.
(2) 회원가입이 안 된 경우, 서버는 sub 값을 리턴함.
그러나 현재는 회원가입이 안 된 경우에도, accessToken과 refreshToken이 받아와 짐.
그리고, 타입 오류가 있음
명세서에 따르면, FCM 코드를 body에 같이 전송해야 함.
https://documenter.getpostman.com/view/21233239/2sA3e2gA8P#b41281e5-039a-45d5-a793-74ecc1a1d420 {{baseUrl}}/auth/sign-in/oidc
The text was updated successfully, but these errors were encountered:
아 지금 msw는 무조건 성공으로 해뒀어 그게 당장 개발에는 더 편할것같아서 전부 진짜로 하는것처럼 하길 원하면 내가 주석 해둔거 보고 변경하면 될거야!
Sorry, something went wrong.
로그인부분은 변경해야할듯. 해보고 다시 알려줄께.
timepresent95
Successfully merging a pull request may close this issue.
// @/api/auth.ts
postSignIn 함수는 다음과 같은 Response를 줘야 함
(1) 회원가입이 된 경우,
서버는 accessToken, refreshToken을 전송함.
(2) 회원가입이 안 된 경우,
서버는 sub 값을 리턴함.
그러나 현재는 회원가입이 안 된 경우에도, accessToken과 refreshToken이 받아와 짐.
그리고, 타입 오류가 있음
명세서에 따르면, FCM 코드를 body에 같이 전송해야 함.
https://documenter.getpostman.com/view/21233239/2sA3e2gA8P#b41281e5-039a-45d5-a793-74ecc1a1d420
{{baseUrl}}/auth/sign-in/oidc
The text was updated successfully, but these errors were encountered: