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: security 인증, 인가 및 jwt 설정 #1

Closed
2 tasks done
cjw9506 opened this issue Nov 9, 2023 · 0 comments
Closed
2 tasks done

feat: security 인증, 인가 및 jwt 설정 #1

cjw9506 opened this issue Nov 9, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@cjw9506
Copy link
Owner

cjw9506 commented Nov 9, 2023

🚀 목적 및 필요성

사용자 인증과 인가에 대한 기본적인 셋팅을 진행합니다.
사용자 인증과 인가는 jwt로 이루어집니다.

📋 작업 상세 내용

  • 권한이 필요한 모든 API 요청은 Header 에 JWT가 항시 포함되며, JWT 유효성을 검증합니다.
  • security 설정(custom filter 구현 등)을 진행합니다.

📎 참고 사항

@cjw9506 cjw9506 changed the title feat: jwt, security 설정 feat: security 인증, 인가 및 jwt 설정 Nov 9, 2023
@cjw9506 cjw9506 added the enhancement New feature or request label Nov 9, 2023
@cjw9506 cjw9506 self-assigned this Nov 9, 2023
@cjw9506 cjw9506 closed this as completed Nov 9, 2023
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

No branches or pull requests

1 participant