Socket
Socket
Sign inDemoInstall

express-reuse-local-login

Package Overview
Dependencies
68
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    express-reuse-local-login

Local login routes and strategies for express-reuse.


Version published
Weekly downloads
6
Maintainers
1
Install size
2.12 MB
Created
Weekly downloads
 

Readme

Source

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

FAQs

Last updated on 09 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc