|
@@ -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")
|