Not too long ago I wrote about authenticating within a Node.js API using Json Web Tokens (JWT). The basis of the example is around authenticating via a username and password and receiving a JWT for every future request against the API. While that example is incredibly useful and follows best practice, it doesn't cover the […]
The post Implement 2FA With Time-Based One-Time Passwords In A Node.js API appeared first on The Polyglot Developer.