Browse Source

Add IpAddress middleware for #519

Maurits van der Schee 6 years ago
parent
commit
4b8ae246aa
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -195,6 +195,7 @@ You can tune the middleware behavior using middleware specific configuration par
195 195
 - "authorization.columnHandler": Handler to implement column authorization rules ("")
196 196
 - "authorization.recordHandler": Handler to implement record authorization filter rules ("")
197 197
 - "validation.handler": Handler to implement validation rules for input values ("")
198
+- "ipAddress.column": Column to protect and override with the IP address on create ("")
198 199
 - "sanitation.handler": Handler to implement sanitation rules for input values ("")
199 200
 - "multiTenancy.handler": Handler to implement simple multi-tenancy rules ("")
200 201
 - "pageLimits.pages": The maximum page number that a list operation allows ("100")

Loading…
Cancel
Save