diff --git a/content/passwordless-for-product-managers/index.md b/content/passwordless-authentication/index.md similarity index 94% rename from content/passwordless-for-product-managers/index.md rename to content/passwordless-authentication/index.md index 87f7cca9..91e0069c 100644 --- a/content/passwordless-for-product-managers/index.md +++ b/content/passwordless-authentication/index.md @@ -7,6 +7,17 @@ category: "featured" author: "Nemi Shah" --- +## Table of Contents + +- [Introduction](#introduction) +- [Methods of Passwordless Authentication](#methods-of-passwordless-authentication) +- [Passwordless Authentication vs. 2FA & MFA](#passwordless-authentication-vs-2fa--mfa) +- [How to Implement Passwordless Authentication](#how-to-implement-passwordless-authentication) +- [Is Passwordless Authentication Secure?](#is-passwordless-authentication-secure) +- [Disadvantages of Passwordless Authentication](#disadvantages-of-passwordless-authentication) +- [Using a Third Party vs Building It Yourself](#using-a-third-party-vs-building-it-yourself) +- [Conclusion](#conclusion) + ## Introduction Passwordless authentication works the way it sounds; it lets users log into your app/website without having to configure and remember a password. Typically this involves a One Time Password (OTP) or a Magic Link being sent to the user which they can use to log in, the code/link can be sent to the user’s email or phone. diff --git a/content/passwordless-for-product-managers/Go_Passwordless.gif b/content/passwordless-for-product-managers/Go_Passwordless.gif deleted file mode 100644 index 5ac49c6b..00000000 Binary files a/content/passwordless-for-product-managers/Go_Passwordless.gif and /dev/null differ diff --git a/content/passwordless-for-product-managers/Magic_link.gif b/content/passwordless-for-product-managers/Magic_link.gif deleted file mode 100644 index ce39880d..00000000 Binary files a/content/passwordless-for-product-managers/Magic_link.gif and /dev/null differ diff --git a/content/passwordless-for-product-managers/OTP_SMS_login.gif b/content/passwordless-for-product-managers/OTP_SMS_login.gif deleted file mode 100644 index 8ec4c294..00000000 Binary files a/content/passwordless-for-product-managers/OTP_SMS_login.gif and /dev/null differ diff --git a/content/passwordless-for-product-managers/adaptive_auth.png b/content/passwordless-for-product-managers/adaptive_auth.png deleted file mode 100644 index da138494..00000000 Binary files a/content/passwordless-for-product-managers/adaptive_auth.png and /dev/null differ diff --git a/content/passwordless-for-product-managers/frontend-flow.png b/content/passwordless-for-product-managers/frontend-flow.png deleted file mode 100644 index 671605da..00000000 Binary files a/content/passwordless-for-product-managers/frontend-flow.png and /dev/null differ diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json index 9551d17f..9d2066d0 100644 --- a/static/blog-seo/config.json +++ b/static/blog-seo/config.json @@ -1605,5 +1605,28 @@ ], "title": "Frontegg Alternatives For Greater UAM Flexibility & Control", "schema": "" + }, + { + "path": "/blog/passwordless-authentication", + "metaTags": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "" + ], + "title": "How To Streamline Access With Passwordless Authentication", + "schema": "" } ] \ No newline at end of file