diff --git a/content/totp-why-you-need-it-and-how-it-works/index.md b/content/totp-why-you-need-it-and-how-it-works/index.md index 8772e5ef..6f8b13d2 100644 --- a/content/totp-why-you-need-it-and-how-it-works/index.md +++ b/content/totp-why-you-need-it-and-how-it-works/index.md @@ -1,7 +1,7 @@ --- -title: "What is TOTP and why you need it" +title: "What is TOTP and why do you need it?" date: "2023-11-16" -description: " Time based one-time passwords solve a number of issues that plague traditional authentication methods. In this blog we break down TOTP and why it's so useful." +description: "Time based one-time passwords solve a number of issues that plague traditional authentication methods. In this blog we break down TOTP and why it's so useful." cover: "totp-why-you-need-it-and-how-it-works.png" category: "programming" author: "Joel Coutinho" diff --git a/static/blog-meta-images/totp-why-you-need-it-and-how-it-works.png b/static/blog-meta-images/totp-why-you-need-it-and-how-it-works.png new file mode 100644 index 00000000..9737535f Binary files /dev/null and b/static/blog-meta-images/totp-why-you-need-it-and-how-it-works.png differ diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json index 2db719c2..7472bce6 100644 --- a/static/blog-seo/config.json +++ b/static/blog-seo/config.json @@ -711,5 +711,28 @@ ], "title": "Adding login to your Next.js app using the app directory with SuperTokens", "schema": "" + }, + { + "path": "/blog/totp-why-you-need-it-and-how-it-works", + "metaTags": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "" + ], + "title": "What is TOTP and why do you need it?", + "schema": "" } ] \ No newline at end of file