Skip to content

Commit 3bc7df1

Browse files
author
Robert
committedJan 24, 2017
Release 0.4.0
See CHANGELOG.md
1 parent 1c035b2 commit 3bc7df1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# nJwt Change Log
22

3+
### 0.4.0
4+
5+
* Added a key resolver interface, use `nJwt.createVerifier().withKeyResolver(function(kid, cb){ })`
6+
* Added `jwt.setClaim(claim, value)` and `jwt.setHeader(param, value)` for setting body claims and header values in a chain-able way.
7+
38
### 0.3.2
49

510
Added support for the `nbf`, "not before", claim.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "njwt",
3-
"version": "0.3.2",
3+
"version": "0.4.0",
44
"description": "JWT Library for Node.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)