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

로그인 동시성 해결 #344

Merged
merged 5 commits into from
Sep 11, 2024
Merged

로그인 동시성 해결 #344

merged 5 commits into from
Sep 11, 2024

Commits on Sep 10, 2024

  1. fix: 로그인 동시성 해결

    upsert 동작을 통해서 get or create 동작을 만들어서 동시에 새로운 유저를 만들 경우의 문제 해결
    Conut-1 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    4ccb0ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f52187 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21cc4e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    45bfa88 View commit details
    Browse the repository at this point in the history
  2. test: 테스트 수정

    Conut-1 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2e568b8 View commit details
    Browse the repository at this point in the history