mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 06:31:51 +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
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"*.google.com": {
|
||||
"x_username": "bot.imnya.ng@gmail.com",
|
||||
"x_password": "some.google.password"
|
||||
},
|
||||
"github.com": {
|
||||
"x_username": "imnyang-bot",
|
||||
"x_password": "some.github.password"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue