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
- GitHub 인증 허가 시 리소스를 서버로 받아오고 받은 리소스를 JWT로 변환하여 클라이언트에게 전달한다.
- 클라이언트는 로그인이 필요한 서비스 이용 시 전달받은 JWT를 헤더에 담아서 서버에게 보낸다.
- 서버는 JWT의 유효 검사를 진행 후(prehandle) 적합하면 API를 응답해준다.
- issue : #111
The text was updated successfully, but these errors were encountered: