/algorand2factor

A decentralized two-factor implementation based on Algorand Standard Assets.

Primary LanguageJavaScriptMIT LicenseMIT

Algorand Two-Factor

A decentralized two-factor implementation based on Algorand Standard Assets. This code has an associated Algorand Solutions article.

Components

  • client A command line app to implement the user (client) side of the two factor interaction.
  • provider An ExpressJS app to implement the server (provider) side of the two factor protocol.

Protocol

The two factor protocol discussed in the accompanying article can be seen below. See the article for more information.

Usage

Both projects are written with Javascript (NodeJS) using NPM, so both should be installed.

Client

npm install
sudo npm link
a2f

Provider

npm install
npm start