mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 02:41:53 +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
25
.env.example
25
.env.example
|
|
@ -30,27 +30,4 @@ LANG=en_US
|
|||
|
||||
# 필수 뒤에 있는 이메일 주소는 Google 계정의 로그인 힌트로 사용됩니다.
|
||||
# 이메일의 전체를 입력해주세요
|
||||
GOOGLE_ID=bot.imnya.ng@gmail.com
|
||||
|
||||
# provider 계정 (본인이 사용하지 않는 계정 권장) (Github, apple, kakao등 다른 계정 추가 가능)
|
||||
# PROVIDOR_CREDENTIALS_IN_LLM는 True로 설정시, 아래 계정 정보가 LLM에 포함되어 사용됩니다.
|
||||
# 쿠키와 로컬스토리지 사용은 제외됩니다.
|
||||
PROVIDOR_CREDENTIALS_IN_LLM=False
|
||||
|
||||
GOOGLE_ID=
|
||||
GOOGLE_PASSWORD=
|
||||
|
||||
NAVER_ID=
|
||||
NAVER_PASSWORD=
|
||||
|
||||
FACEBOOK_ID=
|
||||
FACEBOOK_PASSWORD=
|
||||
|
||||
GITGUB_ID=
|
||||
GITHUB_PASSWORD=
|
||||
|
||||
LinkedIn_ID=
|
||||
LinkedIn_PASSWORD=
|
||||
|
||||
Microsoft_ID=
|
||||
Microsoft_PASSWORD=
|
||||
GOOGLE_ID=whs.imnya.ng@gmail.com
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue