
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
gclient-service-account-auth
Advanced tools
Easily create an authorized service-object for interacting with google's client APIs, server to server.
.. image:: https://travis-ci.org/ambitioninc/gclient-service-account-auth.png :target: https://travis-ci.org/ambitioninc/gclient-service-account-auth
.. image:: https://pypip.in/v/gclient-service-account-auth/badge.png :target: https://crate.io/packages/gclient-service-account-auth/ :alt: Latest PyPI version
.. image:: https://pypip.in/d/gclient-service-account-auth/badge.png :target: https://crate.io/packages/gclient-service-account-auth/ :alt: Number of PyPI downloads
Authorizing server-to-server communications with Google's APIs should
be easy. However, it can be difficult to understand how to do
authorization based on Google's Service Accounts
_, instead of the
better-documented three-party oauth flow. This library
attempts to streamline this process.
It makes authentication and authorization as simple as creating an
instance of the AuthorizedService
class, with the name of your
project and the name of the API to authorize for. To get started, see
the quickstart
_ guide.
.. _Service Accounts: https://developers.google.com/accounts/docs/OAuth2ServiceAccount
.. _quickstart: http://gclient-service-account-auth.readthedocs.org/en/latest/quickstart.html
To install the latest release, type::
pip install gclient-service-account-auth
To install the latest code directly from source, type::
pip install git+git://github.com/ambitioninc/gclient-service-account-auth.git
Full documentation is available at http://gclient-service-account-auth.readthedocs.org
MIT License (see LICENSE)
FAQs
Easily create an authorized service-object for interacting with google's client APIs, server to server.
We found that gclient-service-account-auth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.