DEV Community

Mr Wick
Mr Wick

Posted on

I built a TOTP toolkit for Node.js that covers real use cases

I’ve been working with TOTP/2FA in Node.js lately and noticed most libraries only handle generate/verify… but real apps need more than that.

So I built totpify - a small toolkit that covers the full flow (setup, QR, recovery codes, verification, etc.), not just the basics.

Still improving it, but it’s already usable and fully tested.

Would love to hear your thoughts 👇

https://github.com/wickstudio/totpify
https://www.npmjs.com/package/totpify

Top comments (0)