Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
See CHANGELOG.md
  • Loading branch information
Robert committed Jan 24, 2017
1 parent 1c035b2 commit 3bc7df1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# nJwt Change Log

### 0.4.0

* Added a key resolver interface, use `nJwt.createVerifier().withKeyResolver(function(kid, cb){ })`
* Added `jwt.setClaim(claim, value)` and `jwt.setHeader(param, value)` for setting body claims and header values in a chain-able way.

### 0.3.2

Added support for the `nbf`, "not before", claim.
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": "njwt",
"version": "0.3.2",
"version": "0.4.0",
"description": "JWT Library for Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3bc7df1

Please sign in to comment.