Skip to content

airjp73/express-reuse-local-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-reuse-local-login

express-reuse-local-login is a strategy for express-reuse. For a detailed explanation on getting started, see the documentation here.

Here are the things you need to know to use this package specifically:

Email Templates

If you want to use transactional emails, this strategy expects you to have these email templates:

emails
  - emailConfirm
  - emailConfirmThankYou
  - forgotPassword
  - passwordChanged

Database fields

This strategy expects your user data in your database to have the following fields:

//Required
email:      String
password:   String

//Only required if using transactional emails
confirmEmailToken:    String
emailConfirmed:       Boolean
resetPasswordToken:   String
resetPasswordExpires: Date

About

Local login routes and strategies for express-reuse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published