-
Notifications
You must be signed in to change notification settings - Fork 0
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] JWT 기반 소셜 로그인 구현 #8
Labels
Comments
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 18, 2024
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
Utils는 정적 메서드를 가지고 다양한 곳에서 사용되는 특징을 표현하는 네이밍이지만 해당 객체는 그렇진 않음. 하지만 Jwt를 활용하기 위한 유틸리티성 기능을 제공하기 때문에 Utils로 네이밍을 결정. 이후 더 괜찮은 네이밍이 있다면 변경할 예정
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
PgmJun
added a commit
that referenced
this issue
Jan 19, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
클라이언트 개발자의 요청으로 단일 API로 구현 하지만 고정은 아니고 추후에 회원가입 시, 온보딩을 수행하고 데이터를 입력받는 등의 플로우 변경이 발생 시에 SingUpRequest DTO와 LoginRequest DTO를 분리하기 위해 API또한 분리할 예정
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
클라이언트 개발자의 요청으로 단일 API로 구현 하지만 고정은 아니고 추후에 회원가입 시, 온보딩을 수행하고 데이터를 입력받는 등의 플로우 변경이 발생 시에 SingUpRequest DTO와 LoginRequest DTO를 분리하기 위해 API또한 분리할 예정
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 23, 2024
PgmJun
added a commit
that referenced
this issue
Jan 24, 2024
- @RequestBody 애노테이션 미설정으로 인한 문제 해결 - LoginRequest record -> class로 변경
PgmJun
added a commit
that referenced
this issue
Jan 24, 2024
PgmJun
added a commit
that referenced
this issue
Jan 24, 2024
Merged
PgmJun
added a commit
that referenced
this issue
Jan 24, 2024
PgmJun
added a commit
that referenced
this issue
Jan 24, 2024
PgmJun
added a commit
that referenced
this issue
Jan 24, 2024
PgmJun
added a commit
that referenced
this issue
Jan 24, 2024
PgmJun
added a commit
that referenced
this issue
Jan 25, 2024
PgmJun
added a commit
that referenced
this issue
Jan 25, 2024
PgmJun
added a commit
that referenced
this issue
Feb 8, 2024
PgmJun
added a commit
that referenced
this issue
Feb 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description 📝
To-Do ☑️
Reference 📚
[Google Login Docs]
https://developers.google.com/oauthplayground/ (https://www.googleapis.com/userinfo/v2/me)
[Apple Login Docs]
https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_rest_api
The text was updated successfully, but these errors were encountered: