Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 544 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 544 Bytes

Creddit API Gateway Service

  • Discovery Service에 등록된 service들에 맞는 API 분기 및 global filter 역할을 하는 서비스

Implementation

  • : AuthorizationHeaderFilter
    • client로부터 오는 요청의 Header를 검사합니다.
      • : no authorization header 검사
      • : JWT token is not valid 검사
        • : 잘못된 JWT 서명
        • : 만료된 JWT
        • : 지원되지 않는 JWT
        • : JWT 토큰 형식
  • : Trace Interface
    • 로깅용 interface 입니다.