http-permission-injection
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "http-permission-injection", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Inject and verify a users permissions coming form an http request, using local or remote resources for verification.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,3 @@ ## Introduction | ||
## Changelog | ||
#### v 1.1.4 | ||
#### v 1.1.5 | ||
- Minor bug fix. | ||
@@ -70,6 +70,6 @@ #### v 1.1.3 | ||
--- | ||
- **user_global_cookei_prefix**: | ||
- **use_global_cookie_prefix**: | ||
- **Description**: Boolean the allow you to either set a global cookie prefix or user a per-event cookie prefix. This can be useful if you need to handle multiple permission sets. | ||
- **Default**: ```auth_``` | ||
- **Options**: ```any valid string,``` | ||
- **Default**: ```true``` | ||
- **Options**: ```true, false``` | ||
- **Required**: ```no``` | ||
@@ -76,0 +76,0 @@ --- |
17865