Concepts

Request Lifecycle

How a request flows from your client to MUDBASE and back.

Overview

Client
API Gateway
Auth
Core Services
Response

Diagram

The request lifecycle in Mermaid format (use a Mermaid-compatible viewer to render):

mermaid
flowchart LR
  Client --> APIGateway[API Gateway]
  APIGateway --> Auth[Authentication]
  Auth --> Core[Core Services]
  Core --> Response[Response]
flowchart LR
  Client --> APIGateway[API Gateway]
  APIGateway --> Auth[Authentication]
  Auth --> Core[Core Services]
  Core --> Response[Response]
Edit this page on GitHub