Skip to content

Commit 6421602

Browse files
committed
Added dbAuth middleware
1 parent 04e89b0 commit 6421602

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
@@ -145,6 +145,7 @@ You can enable the following middleware using the "middlewares" config parameter
145145
- "cors": Support for CORS requests (enabled by default)
146146
- "xsrf": Block XSRF attacks using the 'Double Submit Cookie' method
147147
- "ajaxOnly": Restrict non-AJAX requests to prevent XSRF attacks
148+
- "dbAuth": Support for "Database Authentication"
148149
- "jwtAuth": Support for "JWT Authentication"
149150
- "basicAuth": Support for "Basic Authentication"
150151
- "authorization": Restrict access to certain tables or columns

0 commit comments

Comments
 (0)