docs(login-flow): unify encryption-key placeholder

Round-7 nit: align the TOKEN_ENCRYPTION_KEY placeholder in login-flow-v2.md
(`<fernet-key>` / `<your-fernet-key>`) with env.sample.oauth-multi-user's
`<your-encryption-key>` so copy-pasters don't see a mismatch.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-06-14 12:55:45 +02:00
co-authored by Claude Opus 4.8
parent 407d0d765b
commit dadd71ec83
+2 -2
View File
@@ -66,7 +66,7 @@ MCP_DEPLOYMENT_MODE=login_flow
# App-password storage (required for persistence across restarts)
TOKEN_STORAGE_DB=/app/data/tokens.db
TOKEN_ENCRYPTION_KEY=<fernet-key> # see "Generating an encryption key" below
TOKEN_ENCRYPTION_KEY=<your-encryption-key> # see "Generating an encryption key" below
# Public URLs (for browser redirects)
NEXTCLOUD_MCP_SERVER_URL=https://mcp.example.com
@@ -200,7 +200,7 @@ mcp-login-flow:
# - NEXTCLOUD_OIDC_CLIENT_SECRET=<your-client-secret>
# Dev-only inline value. In production, mount via Docker secret and read
# from a *_FILE env var or a secrets-management init step.
- TOKEN_ENCRYPTION_KEY=<your-fernet-key>
- TOKEN_ENCRYPTION_KEY=<your-encryption-key>
- TOKEN_STORAGE_DB=/app/data/tokens.db
volumes:
- login-flow-data:/app/data