Files
biomedjs/node_modules/jwt-simple/History.md

12 lines
164 B
Markdown
Raw Permalink Normal View History

2015-11-24 22:12:24 -08:00
## 0.3.1
* Check for lack of token #23
## 0.3.0
* Add an algorithm parameter to the decode method #16 @gregorypratt
## 0.2.0
* Add the RS256 alg #7 [thedufer]