Skip to content

Commit

Permalink
add github repo; typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sagi committed May 5, 2019
1 parent e2bb116 commit 1ea01ee
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
coverage
*.swp
yarn-error.log
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gcp-jwt

[`@sagi.io/gcp-jwt`](https://www.npmjs.com/package/@sagi.io/gcp-jwt) helps you
generate `JWT` from `GCP`'s service accounts. It uses the Web Crypto API under the hood.
generate a `JWT` from `GCP`'s service accounts. It uses the Web Crypto API under the hood.
The package works with accordance to [Google's JWT Auth guide](https://developers.google.com/identity/protocols/OAuth2ServiceAccount#jwt-auth).


Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sagi.io/gcp-jwt",
"version": "0.0.2",
"version": "0.0.3",
"description": "Generate JWT (JSON Web Token) for GCP (Google Cloud Platform)",
"main": "index.js",
"author": "Sagi Kedmi <git@sagi.io> (https://sagi.io)",
Expand All @@ -19,5 +19,9 @@
"jest-junit": "^6.4.0",
"node-webcrypto-ossl": "^1.0.44",
"prettier": "^1.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/sagi/gcp-jwt.git"
}
}

0 comments on commit 1ea01ee

Please sign in to comment.