Type Alias: PasswordOptions
PasswordOptions =
object
Defined in: auth-core/src/emailAuthTypes.ts:279
Properties
minLength?
optionalminLength?:number
Defined in: auth-core/src/emailAuthTypes.ts:281
Minimum plain-password length. Defaults to 8.
requireVerifiedEmail?
optionalrequireVerifiedEmail?:boolean
Defined in: auth-core/src/emailAuthTypes.ts:289
Whether signIn rejects a user whose address is unconfirmed.
signInOnSignUp?
optionalsignInOnSignUp?:boolean
Defined in: auth-core/src/emailAuthTypes.ts:287
Whether signUp issues a session immediately, or withholds it until the
address is confirmed. Defaults to false when emailVerification is
enabled and true otherwise.