Skip to content

[BE] OAuth 2.0 GitHub 기본 동작 구현#2

Merged
hanurii merged 9 commits intomasterfrom
github-library
May 14, 2020
Merged

[BE] OAuth 2.0 GitHub 기본 동작 구현#2
hanurii merged 9 commits intomasterfrom
github-library

Conversation

@hanurii
Copy link
Owner

@hanurii hanurii commented May 14, 2020

(05.14) 기본 동작 구현

  • 버튼을 눌렀을 때 GitHub 로그인/인증 페이지로 이동
  • 인증했을 때 메인 페이지로 이동할 수 있게 구현
  • 메인 페이지로 이동했을 때 user 데이터를 session에 담아서 클라이언트단에 보낸다
  • 클라이언트는 다음 번 요청에 session을 담아서 요청을 보낸다

hanurii added 9 commits May 13, 2020 17:48
- 기본적으로 필요한 schema 생성 (token, user)
- 기본적으로 필요한 Controller, Service, Dao 생성
- 기본적으로 필요한 Entity 생성

associate with #1
- GitHubOauthServiceImpl.class : sendUserCookies()
  - 메서드 파라미터에 url 추가

associate with #1
@hanurii hanurii merged commit e85d83a into master May 14, 2020
@hanurii hanurii deleted the github-library branch May 14, 2020 04:40
hanurii added a commit that referenced this pull request May 14, 2020
hanurii added a commit that referenced this pull request May 14, 2020
hanurii added a commit that referenced this pull request May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant