Skip to content

Commit

Permalink
more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Jan 11, 2024
1 parent b9b6ff8 commit 04c73b1
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
title: The Multifaceted Benefits of Multi-Factor Authentication
date: "2023-11-14"
description: "Traditional login mechanisms are plagued by security vulnerabilities "
cover: "TODO.png"
date: "2024-01-10"
description: "Traditional login mechanisms are plagued by security vulnerabilities and are susceptible to attacks. Multi-factor authentication bolsters security and mitigates a number of these vulnerabilities and has now become an industry standard."
cover: "benifits-of-multi-factor-authentication.png"
category: "programming"
author: ""
author: "Michiel Mulders"
---



In 2022, over [80% of data breaches](https://www.verizon.com/business/en-gb/resources/2022-data-breach-investigations-report-dbir.pdf) were attributed to compromised passwords.

Although email-password based authentication has become the de facto method for authentication, it is very vulnerable to attacks. Through phishing, keylogging or simple brute-force attacks, traditional authentication mechanisms can be exploited to gain access to a users account. This is why modern platforms like Google, Amazon and Netflix have moved towards MFA or multi-factor authentication.
Expand Down Expand Up @@ -82,10 +81,6 @@ FIDO, which stands for Fast Identity Online, is not a specific authentication me
**Cons:** One drawback is registering your physical device with each service. Additionally, FIDO is still an emerging standard and has yet to be universally adopted. Therefore, when FIDO is not supported, you may still need to resort to different authentication methods.


| | Pros | Cons |
|--- |--- |--- |
| SMS and Email | - Easy to use - Ubiquitous/Universal | - Vulnerable to attacks like sim card swapping |
| TOTP | - Very short time window for a successful attack | - Requires setup |

## Real-world Use Cases of Multi-Factor Authentication

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 28 additions & 4 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,18 +786,42 @@
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"Multi-Tenant Authentication in 2024\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog//multi-tenancy-in-2024\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/multi-tenancy-in-2024\" />",
"<meta property=\"og:description\" content=\"Multi-tenant systems allow a single instance of a software application to serve multiple different tenants. This allows for a number of benefits that will be explored in this blog.\" /\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images//multi-tenancy-in-2024.png\" />",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/multi-tenancy-in-2024.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"Multi-Tenant Authentication in 2024\" />",
"<meta name=\"twitter:description\" content=\"Multi-tenant systems allow a single instance of a software application to serve multiple different tenants. This allows for a number of benefits that will be explored in this blog.\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog//multi-tenancy-in-2024\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images//multi-tenancy-in-2024.png\" /> ",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/multi-tenancy-in-2024\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/multi-tenancy-in-2024.png\" /> ",
"<!--OG Tags-->"
],
"title": "Multi-Tenant Authentication in 2024",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/multi-tenancy-in-2024\"},\"headline\":\"Multi-Tenant Authentication in 2024\",\"image\":\"https://supertokens.com/blog-meta-images/multi-tenancy-in-2024.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/benefits-of-multi-factor-authentication",
"metaTags": [
"<meta name=\"author\" content=\"Michiel Mulders\" /> ",
"<meta name=\"description\" content=\"Traditional login mechanisms are plagued by security vulnerabilities and are susceptible to attacks. Multi-factor authentication bolsters security and mitigates a number of these vulnerabilities and has now become an industry standard.\" />",
"",
"<meta name=\"keywords\" content=\"multi-factor authentication, TOTP, passwordless, passkeys, biometric, FIDO\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"The Multifaceted Benefits of Multi-Factor Authentication \" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/benefits-of-multi-factor-authentication\" />",
"<meta property=\"og:description\" content=\"Traditional login mechanisms are plagued by security vulnerabilities and are susceptible to attacks. Multi-factor authentication bolsters security and mitigates a number of these vulnerabilities and has now become an industry standard.\" /\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/benefits-of-multi-factor-authentication.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"The Multifaceted Benefits of Multi-Factor Authentication\" />",
"<meta name=\"twitter:description\" content=\"Traditional login mechanisms are plagued by security vulnerabilities and are susceptible to attacks. Multi-factor authentication bolsters security and mitigates a number of these vulnerabilities and has now become an industry standard.\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/benefits-of-multi-factor-authentication\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/benefits-of-multi-factor-authentication.png\" /> ",
"<!--OG Tags-->"
],
"title": "The Multifaceted Benefits of Multi-Factor Authentication",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/benefits-of-multi-factor-authentication\"},\"headline\":\"The Multifaceted Benefits of Multi-Factor Authentication\",\"image\":\"https://supertokens.com/blog-meta-images/benefits-of-multi-factor-authentication.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>"
}
]
3 changes: 3 additions & 0 deletions static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,8 @@
},
{
"location": "https://supertokens.com/blog/multi-tenancy-in-2024"
},
{
"location": "https://supertokens.com/blog/benefits-of-multi-factor-authentication"
}
]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04c73b1

Please sign in to comment.