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

[FE] OAuth로그인 해결방안 2 #100

Open
5 tasks
sirloinbh opened this issue Sep 13, 2023 · 0 comments
Open
5 tasks

[FE] OAuth로그인 해결방안 2 #100

sirloinbh opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
FE Front End

Comments

@sirloinbh
Copy link
Collaborator

  • 구글 로그인 라이브러리 사용
  • 구글 클라우드 사용자 인증정보를 프론트엔드 위주로 작성
  • Client Id를 이용하여 구글 로그인 컴포넌트 작성
  • credentialResponse을 콘솔창에 띄우기
  • credentialResponse를 디코딩하여 회원정보를 받기

예상 소요시간 5h

@sirloinbh sirloinbh added the FE Front End label Sep 13, 2023
@sirloinbh sirloinbh added this to the Bare Minimum Requirement milestone Sep 13, 2023
@sirloinbh sirloinbh self-assigned this Sep 13, 2023
sirloinbh pushed a commit that referenced this issue Sep 13, 2023
구글 로그인창으로 이동후 로그인
credentialResponse를 응답
백엔드로 전송후 디코딩, ID를 인증 후 엑세스 토큰과 리프레시 토큰을 프론트엔드로 전달
프론트엔드에서 토큰들을 로컬 스토리지에 저장
Issues #100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE Front End
Projects
None yet
Development

No branches or pull requests

1 participant