built ability to create a character

This commit is contained in:
2025-11-03 21:42:11 -06:00
parent 875acbbe65
commit efdf3570c5
13 changed files with 44 additions and 186 deletions

View File

@@ -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