You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note for Swagger UI and Swagger Editor users: Cookie authentication is currently not supported for "try it out" requests due to browser security restrictions. See this issue for more information. SwaggerHub does not have this limitation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
지금까지 알아본 바에 따르면, Swagger에서 Auth 관련 API 들은 테스트할 수 없다고 결론 내렸습니다.
따라서 Auth 관련 API 들은 Swagger 가 아닌 다른 방식으로 테스트를 해주시길 바랍니다!
각 API 에 대해 테스트 불가 이유는 다음과 같습니다.
1.
/auth/Kakao
카카오에서 응답해준 HTML로 redirect 페이지를 로드할 수 없습니다. CORS 에러를 마주하게 됩니다.
2.
/auth/login/Kakao
카카오에서 전달해주는 auth code를 따로 받을 방법을 찾지 못했습니다.
3.
/auth/token
Swagger 에서 입력한 refreshToken 을 cookie로 서버에게 전달할 수 없습니다. 다음 자료들을 참고해주세요.
Beta Was this translation helpful? Give feedback.
All reactions