mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-13 22:56:42 +09:00
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:
parent
c20bfda3af
commit
c9f146baef
8 changed files with 173 additions and 268 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -12,7 +12,7 @@ oauth_providers.csv
|
|||
.venv
|
||||
|
||||
.env
|
||||
.sensitive.json
|
||||
#.sensitive.json
|
||||
log_*.log
|
||||
|
||||
domains.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue