42Seoul-LastDance / Backend

2 stars 0 forks source link

Feature/auth #11

Closed Tolerblanc closed 1 year ago

Tolerblanc commented 1 year ago

요약

get usr info from 42api by including accessToken in header.

작업 내용



참고 사항

TODO:

  1. 기존 DB에 있다면 jwt 재발급 후 반환
  2. 신규유저라면 저장 후 jwt 발급, 반환
  3. refresh 토큰 저장 장소 고려 필요
  4. jwt validate 로직 필요

관련 이슈