Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub OAuth 2.0 구현 #111

Open
hanurii opened this issue Jun 3, 2020 · 0 comments
Open

GitHub OAuth 2.0 구현 #111

hanurii opened this issue Jun 3, 2020 · 0 comments

Comments

@hanurii
Copy link
Contributor

hanurii commented Jun 3, 2020

  • JWT 사용
  • 인터셉터 사용
hanurii added a commit that referenced this issue Jun 3, 2020
- GitHub 인증 허가 시 리소스를 서버로 받아오고 받은 리소스를 JWT로 변환하여 클라이언트에게 전달한다.
- 클라이언트는 로그인이 필요한 서비스 이용 시 전달받은 JWT를 헤더에 담아서 서버에게 보낸다.
- 서버는 JWT의 유효 검사를 진행 후(prehandle) 적합하면 API를 응답해준다.

- issue : #111
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant