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

API Gateway 구축 및 JWT 인증 처리 #66

Open
2 tasks
mclub4 opened this issue May 28, 2024 · 0 comments
Open
2 tasks

API Gateway 구축 및 JWT 인증 처리 #66

mclub4 opened this issue May 28, 2024 · 0 comments
Assignees
Labels
🖥️ feature 제작할 기능들 🟢 priority middle Middle Priority ⚙️ setting 설정 값과 관련된 것

Comments

@mclub4
Copy link
Member

mclub4 commented May 28, 2024

Feature Description

image

확장성을 염두해 두어, API Gateway를 구축해두는 것이 좋다. (추후, MSA 구조로 변경 대비)

API Gateway를 구축함으로써, 제일 앞단에서 모든 JWT 토큰을 처리할 수 있다.
이러면, 각 MSA 서버에서 매번 JWT 인증 로직을 짤 필요가 없어진다.

Detailed Tasks

  • Spring Cloud Gateway를 이용한 API Gateway 구축
  • Gateway단에서 JWT 인증 로직 구성

Reference Materials (Optional)

캡스톤 프로젝트에서 본인이 잘 구현해놨으니 참고 바란다.
캡스톤 예시

@mclub4 mclub4 added 🖥️ feature 제작할 기능들 ⚙️ setting 설정 값과 관련된 것 🟢 priority middle Middle Priority labels May 28, 2024
@mclub4 mclub4 self-assigned this May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🖥️ feature 제작할 기능들 🟢 priority middle Middle Priority ⚙️ setting 설정 값과 관련된 것
Projects
None yet
Development

No branches or pull requests

1 participant