File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ You can tune the middleware behavior using middleware specific configuration par
698
698
- "apiKeyDbAuth.apiKeyColumn": The users table column that holds the API key ("api_key")
699
699
- "dbAuth.mode": Set to "optional" if you want to allow anonymous access ("required")
700
700
- "dbAuth.usersTable": The table that is used to store the users in ("users")
701
- - "dbAuth.loginTable": The table or view that is used to retrieve the users info for login
701
+ - "dbAuth.loginTable": The table or view that is used to retrieve the users info for login ("users")
702
702
- "dbAuth.usernameColumn": The users table column that holds usernames ("username")
703
703
- "dbAuth.passwordColumn": The users table column that holds passwords ("password")
704
704
- "dbAuth.returnedColumns": The columns returned on successful login, empty means 'all' ("")
You can’t perform that action at this time.
0 commit comments