speakeasyjs / speakeasy

**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
MIT License
2.68k stars 229 forks source link

[help] Does this library offer a way to generate backup codes? #111

Closed krenor closed 5 years ago

krenor commented 5 years ago

https://help.github.com/articles/recovering-your-account-if-you-lost-your-2fa-credentials/

Or are backup codes not based on the 2FA secret or anything else known about the user (like the identifier)?

krenor commented 5 years ago

Found the answer myself. https://github.com/speakeasyjs/speakeasy/issues/93

Sorry for duplicating the question!