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: 사용자 인증 로직을 구현한다. #9

Merged
merged 5 commits into from
Jan 23, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • 사용자 요청 시 인증 처리를 위한 프로세스를 구현하였습니다.
  • 사용자 인증 객체를 유지할 컨텍스트를 쓰레드 로컬을 이용하여 별도로 구현하였습니다.
  • 인증 프로세스는 인터셉터를 이용하여 구현하였으며 이를 mvc에 등록하였습니다.

@hseong3243 hseong3243 linked an issue Jan 23, 2024 that may be closed by this pull request
Copy link

Test Results

38 tests  +10   38 ✅ +10   1s ⏱️ ±0s
12 suites + 6    0 💤 ± 0 
12 files   + 6    0 ❌ ± 0 

Results for commit ce1b010. ± Comparison against base commit fa76c2f.

@hseong3243 hseong3243 merged commit 982ebcf into main Jan 23, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#8-authentication branch January 23, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 사용자 인증 로직을 구현한다.
1 participant