mirror of
https://github.com/lfnovo/open-notebook.git
synced 2026-08-31 02:24:18 +00:00
check_api_password() (an unused HTTPBearer-based dependency, superseded
by PasswordAuthMiddleware) and its now-unused imports are dead code -
nothing calls it. Removed.
Docs across api/CLAUDE.md, docs/3-USER-GUIDE/api-configuration.md,
docs/5-CONFIGURATION/security.md, docs/7-DEVELOPMENT/security.md, and
docs/SECURITY_REVIEW.md still described a hardcoded default password
("open-notebook-change-me") that PasswordAuthMiddleware doesn't actually
have - if OPEN_NOTEBOOK_PASSWORD is unset, auth is fully disabled
instead. Updated to match actual behavior.
|
||
|---|---|---|
| .. | ||
| adding-sources.md | ||
| api-configuration.md | ||
| chat-effectively.md | ||
| citations.md | ||
| creating-podcasts.md | ||
| index.md | ||
| interface-overview.md | ||
| search.md | ||
| transformations.md | ||
| working-with-notes.md | ||