accounts-password-doichain
Source code of released version | Source code of development version
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:
- create a meteor project
meteor create my-doichain-project; cd my-doichain-project
- Execute
meteor add accounts-ui doichain:accounts-password-doichain
- Run project
meteor
- 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.