Comparing version 0.0.1 to 0.0.2
{ | ||
"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` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3835
43