Skip to content

Commit 519d575

Browse files
authored
Update oauth-flow.md
1 parent d3d1ee2 commit 519d575

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/oauth-flow.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
[← Back to README](../README.md)
33

44

5+
### 📱 View Mermaid diagram (mobile version)
6+
<details open>
7+
<summary> Click to collapse</summary>
58

9+
![OAuth2 Infrastructure](images/detailed-oauth2-infrastructure-flow-diagram.png)
10+
11+
</details>
12+
13+
### 🖥️ View Mermaid diagram (desktop version)
14+
<details close>
15+
<summary> Click to expand</summary>
616

717
```mermaid
818
flowchart TB
@@ -60,6 +70,7 @@ flowchart TB
6070
style Browser fill:#708090,color:#FFFFFF,stroke:#505a63,stroke-width:2px
6171
style KeenDNS fill:#87CEEB,color:#000000,stroke:#5fa8c0,stroke-width:2px
6272
```
73+
</details>
6374

6475
### Цветовая схема
6576

@@ -71,6 +82,7 @@ flowchart TB
7182
-**Серый** — клиентская часть
7283
- 🔵 **Голубой** — облачные сервисы (KeenDNS)
7384

85+
7486
---
7587

7688
### 📋 Пояснение к схеме

0 commit comments

Comments
 (0)