Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gapitoken

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gapitoken - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "gapitoken",
"version": "0.0.1",
"version": "0.0.2",
"description": "Node.js module for Google API service account authorization (Server to Server flow)",

@@ -5,0 +5,0 @@ "main": "gapitoken.js",

@@ -28,7 +28,10 @@ node-gapitoken

});
* for using node-gapitoken to access Google Cloud Storage see https://github.com/bsphere/node-gcs
Creating a Private key file
---------------------------
1) Login to Google API Console and create a service account for Your project.
1) Login to Google API Console, and under "API Access" create a "service account" for your project.
2) Download the .p12 private key file

@@ -40,2 +43,2 @@

4) Remote the passphrase from the .pem file: `openssl rsa -in key.pem -out key.pem`
4) Remove the passphrase from the .pem file: `openssl rsa -in key.pem -out key.pem`
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc