We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d5b66 commit 28900f5Copy full SHA for 28900f5
README.md
@@ -642,6 +642,7 @@ You can tune the middleware behavior using middleware specific configuration par
642
- "dbAuth.usernameColumn": The users table column that holds usernames ("username")
643
- "dbAuth.passwordColumn": The users table column that holds passwords ("password")
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 ("")
646
- "dbAuth.sessionName": The name of the PHP session that is started ("")
647
- "jwtAuth.mode": Set to "optional" if you want to allow anonymous access ("required")
648
- "jwtAuth.header": Name of the header containing the JWT token ("X-Authorization")
0 commit comments