mirror of
https://github.com/j93es/browser-use-oauth.git
synced 2026-06-04 02:41:53 +09:00
Add function to read sensitive data from .sensitive.json file
- Implemented GetSensitiveData function to load sensitive data from a JSON file. - Added error handling for missing file scenario.
This commit is contained in:
parent
29d91bac56
commit
1b65693ba5
6 changed files with 77 additions and 13 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,6 +12,7 @@ oauth_providers.csv
|
|||
.venv
|
||||
|
||||
.env
|
||||
.sensitive.json
|
||||
log_*.log
|
||||
|
||||
domains.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue