From 8a71e03841a5c6da7aa81ef3be641f35f7bde39b Mon Sep 17 00:00:00 2001 From: Zai Shi Date: Wed, 2 Oct 2024 03:41:06 +0200 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 17401868d..766ead47a 100644 --- a/README.md +++ b/README.md @@ -150,23 +150,23 @@ Storia trained an [AI on our codebase](https://sage.storia.ai/stack-auth) that c User((User)) Admin((Admin)) subgraph "Stack Auth System" - Client[Client SDK
Your Website] - Dashboard[Dashboard
Next.js Application] - Backend[Backend Service
Next.js API] + Dashboard[Stack Dashboard] + Backend[Stack API Backend] Database[(PostgreSQL Database)] EmailService[Email Service
Inbucket] WebhookService[Webhook Service
Svix] subgraph "Shared Packages" + StackSDK[Stack
Client SDK] StackUI[Stack UI
React Components] StackShared[Stack Shared
Utilities] StackEmails[Stack Emails
Email Templates] end end + Website[Your Website] ExternalOAuth[External OAuth Providers] Admin --> Dashboard - Dashboard --> Backend - User --> Client - Client --> Backend + User --> Website + Website --> StackSDK Backend --> Database Backend --> EmailService Backend --> WebhookService @@ -174,6 +174,8 @@ Storia trained an [AI on our codebase](https://sage.storia.ai/stack-auth) that c Dashboard --> StackUI Dashboard --> StackShared Dashboard --> StackEmails + Dashboard --> StackSDK + StackSDK --HTTP Requests--> Backend Backend --> StackShared Backend --> StackEmails subgraph "External Services" @@ -184,7 +186,7 @@ Storia trained an [AI on our codebase](https://sage.storia.ai/stack-auth) that c classDef database fill:#2b78e4,stroke:#1a4d91,color:#ffffff classDef external fill:#999999,stroke:#666666,color:#ffffff classDef deprecated stroke-dasharray: 5 5 - class Dashboard,Backend,Client,EmailService,WebhookService container + class Dashboard,Backend,EmailService,WebhookService,Website container class Database database class ExternalOAuth,Svix external ```