doichain:accounts-password-doichain

v0.0.4Published 5 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

accounts-password-doichain


Description

remove accounts-password and instead add this package and your account creation emails will be routed over the Doichain blockchain. This module needs a running Doichain Node & Doichain dApp in order work correctly.

Usage:

  1. create a meteor project meteor create my-doichain-project; cd my-doichain-project
  2. Execute meteor add accounts-ui doichain:accounts-password-doichain
  3. Run project meteor
  4. Add {{> loginButtons}} to your template.

A login service that enables secure password-based login and requests the verification email or enrollment email (Double-Opt-In) over Doichain blockchain.
See the project page on Meteor Accounts for more details.