Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update passwordles blog url #276

Merged
merged 2 commits into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>"
}
]
Loading