Skip to content

Commit

Permalink
Merge pull request #276 from supertokens/update-passwordles-blog-url
Browse files Browse the repository at this point in the history
Update passwordles blog url
  • Loading branch information
jscyo authored Aug 28, 2024
2 parents b369230 + 2355de0 commit d63aae9
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
23 changes: 23 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1605,5 +1605,28 @@
],
"title": "Frontegg Alternatives For Greater UAM Flexibility & Control",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/keycloak-alternatives\"},\"headline\":\"Frontegg Alternatives For Greater UAM Flexibility & Control\",\"image\":\"https://supertokens.com/blog-meta-images/frontegg-alternatives.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
},
{
"path": "/blog/passwordless-authentication",
"metaTags": [
"<meta name=\"description\" content=\"A quick overview on how passwordless authentication can help streamline the login experience and increase user conversions\" />",
"",
"<meta name=\"keywords\" content=\"Authentication, Open Source, Passwordless, Magic link, OTP\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"How To Streamline Access With Passwordless Authentication\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/passwordless-authentication\" />",
"<meta property=\"og:description\" content=\"A quick overview on how passwordless authentication can help streamline the login experience and increase user conversions\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/password_less_blog.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"How To Streamline Access With Passwordless Authentication\" />",
"<meta name=\"twitter:description\" content=\"A quick overview on how passwordless authentication can help streamline the login experience and increase user conversions\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/passwordless-authentication\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/password_less_blog.png\" /> ",
"<!--OG Tags-->"
],
"title": "How To Streamline Access With Passwordless Authentication",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/passwordless-authentication\"},\"headline\":\"How To Streamline Access With Passwordless Authentication\",\"description\":\"A quick overview on how passwordless authentication can help streamline the login experience and increase user conversions\",\"image\":\"https://supertokens.com/blog-meta-images/password_less_blog.png\",\"author\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"url\":\"https://supertokens.com\"},\"publisher\":{\"@type\":\"Organization\",\"name\":\"SuperTokens\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https://supertokens.com/static/assets/dark-home/logo.png\"}}}</script>"
}
]

0 comments on commit d63aae9

Please sign in to comment.