Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

mworzala/algorand2factor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published