speakeasyjs / speakeasy

**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I made a fork, use that instead

Levminer opened this issue · comments

Hi!

I made a fork of this package because this is unmaintained about 3 years.
Take a look: https://www.npmjs.com/package/@levminer/speakeasy

I made some changes, but no brakeing changes so you can just switch out to this package.

And some improvements:

  • Use Buffer.alloc() instead new Buffer

  • ES6 syntax: let, const, arrow functions

  • Fixed some known bugs

I can recommend this - This fixed Authy issue too!