node-gapitoken icon indicating copy to clipboard operation
node-gapitoken copied to clipboard

Node.js Google API service account authorization

Results 5 node-gapitoken issues
Sort by recently updated
recently updated
newest added

This should address #5 and allow developers to seamlessly reference the `.p12` file they get from google as the `keyFile` parameter or use a base64-encoded version (or a buffer) as...

http://editorconfig.org/ Making it easier to maintain code style and indents, nobody should use any time on that stuff ;)

Need to have an option to specify a HTTP proxy. I suggest you replace the http.request call with the request node module. Otherwise it requires hardcoding of the proxy address

Since Google provides the private key natively in p12 format I think it will be best to support that format out of the box (including password) without the need to...

I'm not sure if this is functionality that you're interested in having in the core, but I made changes so I could get this to work with Google-compatible APIs in...