authorize-headers.js
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "authorize-headers.js", | ||
"version": "1.0.0", | ||
"description": "Simple Express middleware to verify a jsonwebtoken", | ||
"version": "1.0.1", | ||
"description": "Simple Express middleware to verify if a jsonwebtoken is valid", | ||
"main": "authorize-headers.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -16,5 +16,4 @@ authorize-headers.js | ||
``` | ||
- Built by Theodore Anderson | ||
Built by Theodore Anderson |
1781
18