express-user
Advanced tools
Comparing version 0.0.1-alpha.6 to 0.0.1-alpha.7
{ | ||
"name": "express-user", | ||
"version": "0.0.1-alpha.6", | ||
"version": "0.0.1-alpha.7", | ||
"description": "Ressource Oriented Express Middleware to Manage Users.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -32,3 +32,3 @@ Express-User | ||
- DELETE /Session/Self/User -> Logout | ||
- GET /Users/Count/:Field/:ID -> Count the number of users with the given field | ||
- GET /Users/:Field/:ID/Count -> Fetching the count of users with the given value for the given field | ||
@@ -82,2 +82,4 @@ 2) Admin URLs: | ||
Also, you validator should ensure that for the route /Users/:Field/:ID/Count/, only publicly available information should be selectable for regular users (see express-user-local code for an implementation of this). | ||
Session Synchronization | ||
@@ -214,1 +216,7 @@ ======================= | ||
- Fixed a bug that would cause the HidePassword option to be ignored when fetching user info. | ||
0.0.1-alpha.7 | ||
------------- | ||
- Fixed doc error | ||
- Added '/Users/:Field/:ID/Count/' consideration for validator security section of the doc. |
Sorry, the diff of this file is not supported yet
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
68264
220