Live data from Hacker News

Implementing 2FA in JavaScript

gist.github.com

1–2 of 2 posts

Re: Implementing 2FA in JavaScript

#2
Hey Readers, I'm building a portfolio, out of nowhere I wanted to know how 2FA works and I figured a simple way: implementing 2FA with JavaScript and testing it with authenticator apps! It's all about beefing up online security, one line of code at a time. Check out my Medium article https://medium.com/@nechiii28/javascript-2-factor-authentica... for a quick dive into how it's done.