Skip to content

Commit cbd6878

Browse files
committed
fix #430
1 parent 4c427d7 commit cbd6878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ You can enable the following middleware using the "middlewares" config parameter
148148
- "authorization": Restrict access to certain tables or columns
149149
- "validation": Return input validation errors for custom rules
150150
- "sanitation": Apply input sanitation on create and update
151+
- "multiTenancy": Restricts tenants access in a multi-tenant scenario
151152

152153
The "middlewares" config parameter is a comma separated list of enabled middlewares.
153154
You can tune the middleware behavior using middleware specific configuration parameters:

0 commit comments

Comments
 (0)