Skip to content

Commit 28900f5

Browse files
committed
update README
1 parent 23d5b66 commit 28900f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ You can tune the middleware behavior using middleware specific configuration par
642642
- "dbAuth.usernameColumn": The users table column that holds usernames ("username")
643643
- "dbAuth.passwordColumn": The users table column that holds passwords ("password")
644644
- "dbAuth.returnedColumns": The columns returned on successful login, empty means 'all' ("")
645+
- "dbAuth.registerUser": JSON user data (or "1") in case you want the /register endpoint enabled ("")
645646
- "dbAuth.sessionName": The name of the PHP session that is started ("")
646647
- "jwtAuth.mode": Set to "optional" if you want to allow anonymous access ("required")
647648
- "jwtAuth.header": Name of the header containing the JWT token ("X-Authorization")

0 commit comments

Comments
 (0)