Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "darklord", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Gregory Pratt <gregory.pratt@me.com> (http://grumpywizards.com)", | ||
@@ -5,0 +5,0 @@ "description": "Stateless JWT based authentication", |
@@ -1,2 +0,2 @@ | ||
##DarkLord - JWT based stateless authentication | ||
## DarkLord - JWT based stateless authentication | ||
@@ -15,3 +15,3 @@ DarkLord is designed to work with Express and provides a configurable authentication solution. It will provide you with a set of API end points straight out of the box. It also has a default User model and Mongo connectivity, however you can easily provide your own. | ||
###Options | ||
### Options | ||
@@ -18,0 +18,0 @@ var darklord = require('darklord')({ |
15528