feat: implement OAuth login functionality

- Update environment configuration and gitignore
- Replace sensitive example with actual config file
- Refactor LLM prompt structure by removing login/session modules
- Update main application entry point for OAuth integration
This commit is contained in:
암냥 2025-06-21 15:23:47 +09:00
commit c9f146baef
8 changed files with 173 additions and 268 deletions

2
.gitignore vendored
View file

@ -12,7 +12,7 @@ oauth_providers.csv
.venv
.env
.sensitive.json
#.sensitive.json
log_*.log
domains.txt