🔒 Implementação de segurança: Login Web fixo e proteção de API

This commit is contained in:
2026-03-21 19:34:46 +00:00
parent 5e8acefa9a
commit 2d3da03ee6
4 changed files with 180 additions and 42 deletions

View File

@@ -17,7 +17,8 @@ def get_config():
# Configuração Padrão
return {
"active_provider": "gemini",
"gemini_api_key": ""
"gemini_api_key": "",
"web_password": "@@Gi05Br;;"
}
def save_config(cfg):