Automatic login/auth #490
Unanswered
thejoeosborne
asked this question in
Q&A
Replies: 1 comment
-
|
I don't recommend automating Google logins because their anti-bot detection system is quite strict and can lead to account restrictions. Alternatively, you can manually authenticate once, then store the resulting token and inject it into the container via a volume or environment variable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Has anyone had any luck setting up the auth flow to run automatically? For example, I'm hoping to use ghunt in a Docker container, the only problem is I currently need to login to google to generate the oauth_token to generate the master token. Any ideas on automating the auth so I don't have to manually login to google? I've tried writing a script to login using Puppeteer but it doesn't work with a headless browser, the google login doesn't trust it
Beta Was this translation helpful? Give feedback.
All reactions