/auth/** 요청에 500 오류 발생
jwt resolve token에서 NPE 발생
header에 authorization의 value 가 null이라 발생
/auth/** 요청에는 header에 token이 없음
해결
https://github.com/zoooo-hs/instagram-clone-be/commit/c27dd12f39b63ee803f49c42b659c7c66983f0dc
resolve token에 authorization get 결과 guard 추가