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

[OAuth] OAuth 로그인 구현하기(Google, Facebook) #3

Open
sonypark opened this issue Oct 18, 2019 · 2 comments
Open

[OAuth] OAuth 로그인 구현하기(Google, Facebook) #3

sonypark opened this issue Oct 18, 2019 · 2 comments
Assignees
Labels
features Service features

Comments

@sonypark
Copy link
Owner

sonypark commented Oct 18, 2019

목표

OAuth 로그인을 구현한다. (Google, Facebook 로그인 지원)

프로세스

  1. OAuth 로그인 버튼을 누르면 해당 서비스의 로그인 화면으로 이동한다.
  2. 로그인이 성공하면 해당 인증 서버로 부터 id token을 받아온다.
  3. id token을 백엔드 서버로 보낸다.
  4. 서버에서 id token을 검증한 후 회원 정보를 DB에 저장한다.
  5. 인증이 필요한 요청에 id token을 서버에 보내서 검증한다.

참고 링크

@sonypark sonypark added the features Service features label Oct 18, 2019
@sonypark sonypark self-assigned this Oct 18, 2019
@sonypark sonypark changed the title [AWS Cognito] Cognito 이용해서 OAuth 로그인 구현하기(Google, Facebook) [OAuth] OAuth 로그인 구현하기(Google, Facebook) Oct 18, 2019
@sonypark
Copy link
Owner Author

Google Login 구현 완료

@sonypark
Copy link
Owner Author

Google Login 로직도 Cognito 서비스로 통합할 예정

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
features Service features
Projects
None yet
Development

No branches or pull requests

1 participant