Skip to content

Auth 프로세스

SeanSin edited this page Jan 25, 2021 · 2 revisions

Authentication 프로젝트 실행후

  1. GET http://localhost:8080/oauth2/authorization/github 을 실행해서 github 로그인
  2. 프론트와 연동때문에 localhost:3000으로 리다이렉트 될텐데 뒤의 paramter의 code, oauthId를 가지고 POST localhost:8080/jwtLogin?code=&oauhtId를 실행
  3. response header에 보면 token값이 있다.

Overview

🏠Home

🅱️ api 명세서

😄일일 회의록
📖 학습공유
🔥 Trouble Shooting
🍰 우리의 코드 돌아보기
Clone this wiki locally