speakeasyjs / libotp

Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
MIT License
9 stars 3 forks source link

Object-oriented OTP library #1

Open jakelee8 opened 7 years ago

jakelee8 commented 7 years ago

@markbao @railsstudent This rewrite of Speakeasy drops legacy support and simplifies usage by including sensible quickstart defaults. By default:

Issues:

To build and test:

npm install
npm run prepare
npm run test
railsstudent commented 7 years ago

What needs to be done in the current stage?

jakelee8 commented 7 years ago

Please see checklist in issue description.

On May 9, 2017, at 7:19 AM, Connie Leung notifications@github.com wrote:

What needs to be done in the current stage?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/speakeasyjs/libotp/issues/1#issuecomment-300179642, or mute the thread https://github.com/notifications/unsubscribe-auth/ASXH3KaqnO0nBbuvgxxOEl8icUERwURKks5r4HXcgaJpZM4NFncL.

railsstudent commented 7 years ago

@markbao @mikepb I will work on update documentation.