Browse Source

update README

Maurits van der Schee 3 years ago
parent
commit
28900f5e4d
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

@@ -642,6 +642,7 @@ You can tune the middleware behavior using middleware specific configuration par
642 642
 - "dbAuth.usernameColumn": The users table column that holds usernames ("username")
643 643
 - "dbAuth.passwordColumn": The users table column that holds passwords ("password")
644 644
 - "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 ("")
645 646
 - "dbAuth.sessionName": The name of the PHP session that is started ("")
646 647
 - "jwtAuth.mode": Set to "optional" if you want to allow anonymous access ("required")
647 648
 - "jwtAuth.header": Name of the header containing the JWT token ("X-Authorization")

Loading…
Cancel
Save