Browse Source

Added dbAuth middleware

Maurits van der Schee 5 years ago
parent
commit
642160256b
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -145,6 +145,7 @@ You can enable the following middleware using the "middlewares" config parameter
145 145
 - "cors": Support for CORS requests (enabled by default)
146 146
 - "xsrf": Block XSRF attacks using the 'Double Submit Cookie' method
147 147
 - "ajaxOnly": Restrict non-AJAX requests to prevent XSRF attacks
148
+- "dbAuth": Support for "Database Authentication"
148 149
 - "jwtAuth": Support for "JWT Authentication"
149 150
 - "basicAuth": Support for "Basic Authentication"
150 151
 - "authorization": Restrict access to certain tables or columns

Loading…
Cancel
Save