Skip to content

Commit abaeac6

Browse files
committed
Add docs
1 parent 650b26d commit abaeac6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ You can tune the middleware behavior using middleware specific configuration par
155155
- "cors.allowMethods": The methods allowed in the CORS request ("OPTIONS, GET, PUT, POST, DELETE, PATCH")
156156
- "cors.allowCredentials": To allow credentials in the CORS request ("true")
157157
- "cors.maxAge": The time that the CORS grant is valid in seconds ("1728000")
158+
- "authorization.tableHandler": Handler to implement table authorization rules ("")
159+
- "authorization.columnHandler": Handler to implement column authorization rules ("")
158160
- "basicAuth.passwordFile": The file to read for username/password combinations (".htpasswd")
159161
- "basicAuth.realm": Message shown when asking for credentials ("Username and password required")
160162
- "firewall.reverseProxy": Set to "true" when a reverse proxy is used ("")

0 commit comments

Comments
 (0)