-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Service Accounts #2
Comments
If this helps, there is a pretty simple flow to authenticate with service accounts:
For this to work, one must give permission to the service account email. Some of the steps can be seen in this video from Twilio. What's missing is the link between this authentication and the functionalities of your package. In your authentication example, the |
Hey, thanks for this! I've had a go at implementing support for service accounts using Let me know if you have any luck! |
@joshcarty I can confirm that your code changes are working properly with a real service account in production. By merging this branch to master and fixing the 2 minor conflicts other people can use it as well. |
Google allow users to authenticate using Service Accounts. We should allow users to authenticate with Google Search Console using Service Account credentials.
The text was updated successfully, but these errors were encountered: