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

회원 도메인 구현 #1

Closed
6 tasks done
jiaeYoon opened this issue Jul 3, 2023 · 2 comments · Fixed by #3
Closed
6 tasks done

회원 도메인 구현 #1

jiaeYoon opened this issue Jul 3, 2023 · 2 comments · Fixed by #3
Assignees
Labels
enhancement New feature or request

Comments

@jiaeYoon
Copy link
Owner

jiaeYoon commented Jul 3, 2023

  • 소셜로그인 구현
    • 스프링 시큐리티 설정
    • 구글 로그인
    • 네이버 로그인
    • 세션 저장소 세팅
    • 필요한 추가 정보(닉네임) 별도로 저장하기
@jiaeYoon jiaeYoon self-assigned this Jul 3, 2023
@jiaeYoon jiaeYoon added the enhancement New feature or request label Jul 3, 2023
@jiaeYoon jiaeYoon linked a pull request Jul 4, 2023 that will close this issue
jiaeYoon added a commit that referenced this issue Jul 4, 2023
#1 Add : BaseTimeEntity, Account 관련 Entity 생성
@jiaeYoon jiaeYoon reopened this Jul 4, 2023
jiaeYoon added a commit that referenced this issue Jul 4, 2023
@jiaeYoon jiaeYoon changed the title 회원가입 기능 구현 회원 도메인 구현 Jul 17, 2023
jiaeYoon added a commit that referenced this issue Jul 18, 2023
jiaeYoon added a commit that referenced this issue Jul 18, 2023
jiaeYoon added a commit that referenced this issue Jul 18, 2023
jiaeYoon added a commit that referenced this issue Jul 18, 2023
jiaeYoon added a commit that referenced this issue Jul 18, 2023
@jiaeYoon
Copy link
Owner Author

세션 저장소로 MySQL 사용

  • 로그인 요청마다 DB IO가 발생하므로 성능 이슈 발생!
  • 보통 Redis, Memchched 같은 메모리 DB를 세션 저장소로 많이 사용한다.

@jiaeYoon
Copy link
Owner Author

닉네임 추가, 권한 변경(44a23d1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant