-
Notifications
You must be signed in to change notification settings - Fork 3
Auth 프로세스
SeanSin edited this page Jan 25, 2021
·
2 revisions
Authentication 프로젝트 실행후
- GET http://localhost:8080/oauth2/authorization/github 을 실행해서 github 로그인
- 프론트와 연동때문에 localhost:3000으로 리다이렉트 될텐데 뒤의 paramter의 code, oauthId를 가지고 POST localhost:8080/jwtLogin?code=&oauhtId를 실행
- response header에 보면 token값이 있다.