Skip to main content

Type Alias: PasswordOptions

PasswordOptions = object

Defined in: auth-core/src/emailAuthTypes.ts:279

Properties

minLength?

optional minLength?: number

Defined in: auth-core/src/emailAuthTypes.ts:281

Minimum plain-password length. Defaults to 8.


requireVerifiedEmail?

optional requireVerifiedEmail?: boolean

Defined in: auth-core/src/emailAuthTypes.ts:289

Whether signIn rejects a user whose address is unconfirmed.


signInOnSignUp?

optional signInOnSignUp?: 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.