Socket
Book a DemoInstallSign in
Socket

google-auth2-service-account

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-auth2-service-account

simple way to use a google service account with nodejs

0.0.5
latest
Source
npmnpm
Version published
Weekly downloads
10
Maintainers
1
Weekly downloads
 
Created
Source

Google Oauth2 for Service Accounts

this is a simple library that will allow you to use google oauth2 with service accounts. This means you can access you own data from a server without any pesky popups.

Usage

var key = readFileSync('./key.pem');
var account = require('google-auth2-service-account');

account.auth( key, { 
	iss : 'wqefwqefqwfe@developer.gserviceaccount.com',
	scope : 'https://www.googleapis.com/auth/calendar'
}, function ( err, accessToken ) {
	// yeah if we have access token
});

FAQs

Package last updated on 19 Feb 2015

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.