docs: address round-3 review (compose excerpt, ADR-004 notes, placeholder)
- login-flow-v2.md: add commented-out NEXTCLOUD_OIDC_CLIENT_ID/_SECRET (with a "production: register a static client" note) to the Docker Compose excerpt so copy-pasters of the rendered snippet don't fall into the #907 DCR-expiry trap. - ADR-004: rename "## Implementation Status" -> "## Historical Implementation Notes" and add a banner clarifying the steps were never completed and the ENABLE_TOKEN_EXCHANGE symbols no longer exist (the design was superseded). - env.sample.oauth-multi-user: angle-bracket the TOKEN_ENCRYPTION_KEY placeholder for consistency with the OIDC client placeholders. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
72b7b2efa0
commit
45c518700b
@@ -60,7 +60,7 @@ OLLAMA_EMBEDDING_MODEL=nomic-embed-text
|
||||
|
||||
# Token Storage (required for background operations - auto-enabled by semantic search)
|
||||
# Generate encryption key: python -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
|
||||
TOKEN_ENCRYPTION_KEY=your-encryption-key-here
|
||||
TOKEN_ENCRYPTION_KEY=<your-encryption-key>
|
||||
TOKEN_STORAGE_DB=/app/data/tokens.db
|
||||
|
||||
# ===== OPTIONAL: DOCUMENT PROCESSING =====
|
||||
|
||||
Reference in New Issue
Block a user