[REFACTOR] 소셜 로그인 코드 리팩토링 및 프로젝트 디렉토리 구조 변경 #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📌 관련 이슈
close #7
✨ 어떤 이유로 변경된 내용인지
👩🏻💻 프로젝트 구조
👩🏻💻 코드 리팩토링 사항
📁 common
📁 jwt
*추가로 이번에 새로 알게 된 생성자 어노테이션 관련 내용 - https://cobbybb.tistory.com/14
*또 새롭게 배운 JpaRepository 대신 Repository를 상속할 떄의 이점 - https://jaehoney.tistory.com/250
📁 user
ETC
*참고 - https://github.com/orgs/woowacourse-precourse/discussions/358
🙏 검토 혹은 리뷰어에게 남기고 싶은 말
🤔 궁금한 점
@RedisHash
가 있기에RedisConfig
,@EnableRedisRepositories
,RedisTemplate
등의 추가 설정들이 필요 없는 것인가➔ 헤더는 JWT로 동일하게 들어가니까 Access Token과의 구분이 필요하다면
"sub"
추가해도 괜찮을 것 같음➔ 그리고 이렇게 하면 발급 일시로 인해 UUID의 중복 가능성이 훨씬 줄지 않을까..라고 생각함(물론 얘는 안 쓰이지만)
😢 미리 사과..