Class AuthenticationParameters
Hierarchy
-
ServiceParameters
- AuthenticationParameters
Constructors
Properties
Constructors
-
Parameters
-
params: any
Returns AuthenticationParameters
-
Properties
Type declaration
-
delay: number
Minimal delay between two password recovery or validation email
-
Optional mailer?: string
Mailer service name
-
post
Validation: boolean Allow user to create their account without validating their email first
-
skip
Email 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?: string
Regexp that password must check
-
Optional verifier?: string
Password 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