You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Options are set in the [authentication configuration](./service.md#configuration) under the strategy name. Available options are:
53
53
54
-
-`usernameField`: Name of the username field (e.g. `'email'`)
55
-
-`passwordField`: Name of the password field (e.g. `'password'`)
54
+
-`usernameField`: Name of the username field (e.g. `'email'`), may be a nested property (e.g. `'auth.email'`)
55
+
-`passwordField`: Name of the password field (e.g. `'password'`), may be a nested property (e.g. `'auth.password'`)
56
56
-`hashSize` (default: `10`): The BCrypt salt length
57
57
-`errorMessage` (default: `'Invalid login'`): The error message to return on errors
58
58
-`entityUsernameField` (default: `usernameField`): Name of the username field on the entity if authentication request data and entity field names are different
0 commit comments