We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e89b0 commit 6421602Copy full SHA for 6421602
README.md
@@ -145,6 +145,7 @@ You can enable the following middleware using the "middlewares" config parameter
145
- "cors": Support for CORS requests (enabled by default)
146
- "xsrf": Block XSRF attacks using the 'Double Submit Cookie' method
147
- "ajaxOnly": Restrict non-AJAX requests to prevent XSRF attacks
148
+- "dbAuth": Support for "Database Authentication"
149
- "jwtAuth": Support for "JWT Authentication"
150
- "basicAuth": Support for "Basic Authentication"
151
- "authorization": Restrict access to certain tables or columns
0 commit comments