built ability to create a character
This commit is contained in:
12
docs/arch.md
12
docs/arch.md
@@ -22,18 +22,6 @@
|
||||
│ (auth, game OLTP + semantic vectors) │
|
||||
└─────────────────────────────────────────────┘
|
||||
```
|
||||
## Front end / Back end auth
|
||||
---
|
||||
```
|
||||
[Frontend] ── login(email,pass) ─▶ [API Gateway] ─▶ [Auth Service]
|
||||
│ │
|
||||
│ <── Set-Cookie: access_token=JWT ───┘
|
||||
│
|
||||
├─▶ call /game/start (cookie auto-attached)
|
||||
│
|
||||
└─▶ logout → clear cookie
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Services & responsibilities
|
||||
|
||||
Reference in New Issue
Block a user