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

[FEAT] 최초 로그인 이후 n번째 로그인 시도 이슈 #105

Open
1 task
hyeonic opened this issue May 22, 2021 · 2 comments
Open
1 task

[FEAT] 최초 로그인 이후 n번째 로그인 시도 이슈 #105

hyeonic opened this issue May 22, 2021 · 2 comments
Assignees
Labels
개발 개발에 관련

Comments

@hyeonic
Copy link
Member

hyeonic commented May 22, 2021

목적

최초 로그인 이후 유저가 가입 되면 n번째 로그인 시도를 할 때 front는 user의 존재 여부를 알 수 없기 때문에 매번 회원가입을 위한 기능을 수행한다. server에서 해당 user가 존재하는지에 대한 판단 api를 추가한다.

내용

  • user 유무 판단을 위한 api 추가

참고사항

@hyeonic hyeonic added the 개발 개발에 관련 label May 22, 2021
@hyeonic hyeonic self-assigned this May 22, 2021
@her0807
Copy link
Member

her0807 commented May 23, 2021

@hyeonic 안그래도 그 이슈에 대해서 생각했는데, 지금 저희가 구현한 로직 자체가 맨 처음 카카오 , 네이버, 구글에 소셜 에 접근해서 accesstoken 을 받아와야 그 토큰을 가지고 유저 정보를 조회해서 유저가 회원인지 아닌지 조회가 가능하게 되기 때문에 어떻게 로직을 구현해야할지 고민중이었어요 ㅠㅠ 어떤 방법으로 구현할 지 생각해보신거 있으세요?

@hyeonic
Copy link
Member Author

hyeonic commented May 24, 2021

token을 발급받아 email 정보를 받아낸 후 그에 대한 검증을 진행하는 것이 어떨까요? repository에서 exists를 활용하여 email 존재 여부를 front로 전달해주면 좋을 것 같아요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
개발 개발에 관련
Projects
None yet
Development

No branches or pull requests

2 participants