File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -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")
You can’t perform that action at this time.
0 commit comments