crude-ownuser
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -54,2 +54,3 @@ /* | ||
var error = new appErr.Authentication('Not Authenticated'); | ||
res.status(401); | ||
next(error); | ||
@@ -56,0 +57,0 @@ } else { |
{ | ||
"name": "crude-ownuser", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"main": "./lib/crude-ownuser", | ||
@@ -5,0 +5,0 @@ "description": "A plugin for Crude enforcing own user policy on all routes.", |
@@ -42,5 +42,7 @@ # Crude Ownuser | ||
- **v0.0.2**, *17/Sep/2014* | ||
- **v0.0.3**, *18 Nov 2014* | ||
- Ensure if not authed that a 401 HTTP code is used. | ||
- **v0.0.2**, *17 Sep 2014* | ||
- Adjust main module to latest query middleware Crude feature. | ||
- **v0.0.1**, *16/Sep/2014* | ||
- **v0.0.1**, *16 Sep 2014* | ||
- Big Bang | ||
@@ -47,0 +49,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13052
130
55