We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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를 구축해두는 것이 좋다. (추후, MSA 구조로 변경 대비)
API Gateway를 구축함으로써, 제일 앞단에서 모든 JWT 토큰을 처리할 수 있다. 이러면, 각 MSA 서버에서 매번 JWT 인증 로직을 짤 필요가 없어진다.
캡스톤 프로젝트에서 본인이 잘 구현해놨으니 참고 바란다. 캡스톤 예시
The text was updated successfully, but these errors were encountered:
mclub4
No branches or pull requests
Feature Description
확장성을 염두해 두어, API Gateway를 구축해두는 것이 좋다. (추후, MSA 구조로 변경 대비)
API Gateway를 구축함으로써, 제일 앞단에서 모든 JWT 토큰을 처리할 수 있다.
이러면, 각 MSA 서버에서 매번 JWT 인증 로직을 짤 필요가 없어진다.
Detailed Tasks
Reference Materials (Optional)
캡스톤 프로젝트에서 본인이 잘 구현해놨으니 참고 바란다.
캡스톤 예시
The text was updated successfully, but these errors were encountered: