Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 423 Bytes

File metadata and controls

17 lines (12 loc) · 423 Bytes

ProxySharp

Diagram

Overview

  • Acts as a proxy or a facade to the consumer services.
  • Abstracts away internal working of the dependent service.
  • Handle cross-cutting concerns (e.g. logging, authentication, caching, etc.)

To Do

  • Authorization and Authentication
  • Implement Serilog structured logging
  • Implement rate limiting
  • Implement tracing
  • Implement testing