Class AuthenticationParameters
Hierarchy
- 
						ServiceParameters
						- AuthenticationParameters
 
Constructors
Properties
Constructors
- 
							
							Parameters- 
									params: any
 Returns AuthenticationParameters
- 
									
Properties
Type declaration
- 
								delay: numberMinimal delay between two password recovery or validation email 
- 
								Optional mailer?: stringMailer service name 
- 
								postValidation: boolean Allow user to create their account without validating their email first 
- 
								skipEmail Validation: boolean Do not even validate the email at all 
Redirect to this page when email validation failed
Idents store for authentication identifiers
Type declaration
- 
								Optional regexp?: stringRegexp that password must check 
- 
								Optional verifier?: stringPassword verifier Service name 
Number of salt iteration for bcrypt.hashSync
Redirect to this page when email validation succeed
Type of the service
User store for authentication users
Generated using TypeDoc
Enable the email authentication