Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathankeebler committed Sep 21, 2017
1 parent f8e1341 commit f330bb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# JWT-KMS

Sign and validate JWT tokens using keys stored in the AWS Key Management Service (KMS).
Sign and validate JWT tokens using keys stored in the AWS Key Management Service (KMS).

Feature Todo List:
- <strike>Symmetric encryption (both parties have IAM access to KMS key)</strike>
- Asymmetic encryption (only 1 party has IAM access to KMS key)

## Requirements
- node.js 6+
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jwt-kms",
"version": "0.1.1",
"version": "1.0.0",
"description": "Sign and validate JWT tokens using keys stored in the AWS Key Management Service (KMS).",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f330bb5

Please sign in to comment.