Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wpcodevo committed Oct 4, 2022
1 parent 6edb0b5 commit 449350e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This article will teach you how to secure a Node.js API by implementing two-factor authentication (2FA) system using tokens generated by Google Authenticator or Authy.
The one-time passcode (OTP) can be delivered via different methods like SMS but we will use Google Authenticator or Authy to reduce the complexity of the project.

![How to Implement (2FA) Two-factor Authentication in Node.js](https://codevoweb.com/wp-content/uploads/2022/10/How-to-Implement-2FA-Two-factor-Authentication-in-Node.js.webp){:target="_blank" rel="noopener"}
![How to Implement (2FA) Two-factor Authentication in Node.js](https://codevoweb.com/wp-content/uploads/2022/10/How-to-Implement-2FA-Two-factor-Authentication-in-Node.js.webp)

## Topics Covered

Expand Down

0 comments on commit 449350e

Please sign in to comment.