Skip to content

Commit 18afe9c

Browse files
authored
Update README.md
1 parent aa18cfb commit 18afe9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ You can tune the middleware behavior using middleware specific configuration par
698698
- "apiKeyDbAuth.apiKeyColumn": The users table column that holds the API key ("api_key")
699699
- "dbAuth.mode": Set to "optional" if you want to allow anonymous access ("required")
700700
- "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")
702702
- "dbAuth.usernameColumn": The users table column that holds usernames ("username")
703703
- "dbAuth.passwordColumn": The users table column that holds passwords ("password")
704704
- "dbAuth.returnedColumns": The columns returned on successful login, empty means 'all' ("")

0 commit comments

Comments
 (0)