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
'Set to `true` to automatically create a user when calling the login endpoint with username/email and password if no matching user exists.<br><br>Default is `false`.',
489
+
action: parsers.booleanParser,
490
+
default: false,
491
+
},
485
492
protectedFields: {
486
493
env: 'PARSE_SERVER_PROTECTED_FIELDS',
487
494
help: 'Protected fields that should be treated with extra security when fetching details.',
/* Set to `true` to automatically create a user when calling the login endpoint with username/email and password if no matching user exists.
194
+
<br><br>
195
+
Default is `false`.
196
+
:DEFAULT: false */
197
+
autoSignupOnLogin: ?boolean;
193
198
/* Set the validity duration of the email verification token in seconds after which the token expires. The token is used in the link that is set in the email. After the token expires, the link becomes invalid and a new link has to be sent. If the option is not set or set to `undefined`, then the token never expires.
194
199
<br><br>
195
200
For example, to expire the token after 2 hours, set a value of 7200 seconds (= 60 seconds * 60 minutes * 2 hours).
0 commit comments