feat: Add password login system and upgrade agent models
- App-level password auth via Flask session (APP_PASSWORD in .env) - login_required decorator on all routes - Login page, logout button in navbar, 7-day session lifetime - Upgrade musik_rechte_advisor and negotiator from Opus 4.0 to Opus 4.6 - Fix orchestrator session cookie overflow (kb/prompts no longer stored in session) - Change app port from 5000 to 5050 (5000 occupied by Zou/Kitsu) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7ee66397e1
commit
83b1842392
5 changed files with 124 additions and 12 deletions
|
|
@ -1,3 +1,8 @@
|
|||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
# App Login Password
|
||||
# ─────────────────────────────────────────────────────────────────────────────
|
||||
APP_PASSWORD=change-me
|
||||
|
||||
# Email Integration Configuration
|
||||
# Gmail Example:
|
||||
# 1. Enable 2-Factor Authentication on your Google Account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue