mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 03:41:52 +09:00
- 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
22 lines
No EOL
538 B
JSON
22 lines
No EOL
538 B
JSON
{
|
|
"google.com": {
|
|
"x_username": "whs.imnya.ng@gmail.com",
|
|
"x_password": "Vb1Mz9pgjY8JVs"
|
|
},
|
|
"accounts.google.com": {
|
|
"x_username": "whs.imnya.ng@gmail.com",
|
|
"x_password": "Vb1Mz9pgjY8JVs"
|
|
},
|
|
"naver.com": {
|
|
"x_username": "oauth-j93es",
|
|
"x_password": "whs31234"
|
|
},
|
|
"nid.naver.com": {
|
|
"x_username": "oauth-j93es",
|
|
"x_password": "whs31234"
|
|
},
|
|
"github.com": {
|
|
"x_username": "imnyang-bot",
|
|
"x_password": "6PuVXCH9tpQLNm"
|
|
}
|
|
} |