Postman에서 UserController의 Logout 동작 수행 시 서버 에러 발생 - bondyuu/dodam GitHub Wiki

Trouble Shooting

Problem 1

  • Postman에서 UserController의 logout 동작 시 서버 에러가 발생했다.

Cause of the Problem 1

  • Request Headers에서 Refresh-Token이 입력되지 않았다.

Solution of the Problem 1

  • Postman을 아래 그림과 같이 설정한다.





Result of the Problem 1

  • Postman에서 UserController의 logout이 정상 작동한다.

Reference of the Problem 1

  • 없음.
⚠️ **GitHub.com Fallback** ⚠️