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
1, API Gateway로서 클라이언트로부터 들어오는 요청을 엔드포인트에 따라 알맞은 마이크로 서비스로 라우팅 해줍니다. front에서 진입점을 apigateway로 통신하고 그에 맞는 서비스로 요청하는 형식입니다.
2, apigateway에서 request Header로 담겨져 온 token을 디코딩하여 권한이 있는 사용자인지 관리합니다.
The text was updated successfully, but these errors were encountered:
leebuwon
No branches or pull requests
✨ 기능 리스트
✏ 사용 이유
1,
API Gateway로서 클라이언트로부터 들어오는 요청을 엔드포인트에 따라 알맞은 마이크로 서비스로 라우팅 해줍니다.
front에서 진입점을 apigateway로 통신하고 그에 맞는 서비스로 요청하는 형식입니다.
2,
apigateway에서 request Header로 담겨져 온 token을 디코딩하여 권한이 있는 사용자인지 관리합니다.
The text was updated successfully, but these errors were encountered: