refactor(vibe): simplify durable session flow
This commit is contained in:
@@ -40,9 +40,9 @@ A high-performance, distributed music orchestration and recommendation platform.
|
||||
|
||||
### Running Locally
|
||||
|
||||
Set `MUZICK_VIBE_USER_ID` in `.env` to the UUID of the local Muzick user before
|
||||
using Vibe. Durable Vibe session routes intentionally reject client-supplied
|
||||
identities, so this is the trusted single-user binding for a self-hosted stack.
|
||||
Vibe uses the same per-user identity convention as the rest of the API:
|
||||
`x-user-id` when supplied, otherwise the local default user. Each user's Vibe
|
||||
session and listening history are isolated from other users.
|
||||
|
||||
```bash
|
||||
docker-compose up -d
|
||||
|
||||
Reference in New Issue
Block a user