Skip to content
Open
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
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.
Binary file added content/add-mfa-to-nextjs/Supertokens.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
168 changes: 168 additions & 0 deletions content/add-mfa-to-nextjs/index.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3301,6 +3301,29 @@
"schema": "<script type=\"application/ld+json\"> {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"mainEntityOfPage\": {\n \"@type\": \"WebPage\",\n \"@id\": \"https://supertokens.com/blog/identity-and-access-management-strategy\"\n },\n \"headline\": \"Discover how to develop an effective Identity and Access Management (IAM) strategy that secures sensitive data, ensures compliance, and streamlines user experiences.\",\n \"image\": \"https://supertokens.com/blog-meta-images/iam-strategy.png\",\n \"author\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"url\": \"https://supertokens.com\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://supertokens.com/static/assets/dark-home/logo.png\"\n }\n }\n }</script>"
},
{
"path": "/blog/add-mfa-to-nextjs",
"metaTags": [
"<meta name=\"description\" content=\"Secure your Next.js app with multi-factor authentication fast. See TOTP, email OTP, passkeys, and a drop-in SuperTokens setup guide.\" />",
"",
"<meta name=\"keywords\" content=\"Authentication, Open Source, Authorization, User Management, OAuth, Enterprise SSO, Security\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"Add MFA to Next.js in Minutes with SuperTokens\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/add-mfa-to-nextjs\" />",
"<meta property=\"og:description\" content=\"Secure your Next.js app with multi-factor authentication fast. See TOTP, email OTP, passkeys, and a drop-in SuperTokens setup guide.\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/add-mfa-to-nextjs.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"Secure your Next.js app with multi-factor authentication fast. See TOTP, email OTP, passkeys, and a drop-in SuperTokens setup guide.\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/add-mfa-to-nextjs\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/add-mfa-to-nextjs.png\" /> ",
"<!--OG Tags-->",
"<link rel=\"canonical\" href=\"https://supertokens.com/blog/add-mfa-to-nextjs\">"
],
"title": "Add MFA to Next.js in Minutes with SuperTokens",
"schema": "<script type=\"application/ld+json\"> {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"mainEntityOfPage\": {\n \"@type\": \"WebPage\",\n \"@id\": \"https://supertokens.com/blog/add-mfa-to-nextjs\"\n },\n \"headline\": \"Secure your Next.js app with multi-factor authentication fast. See TOTP, email OTP, passkeys, and a drop-in SuperTokens setup guide.\",\n \"image\": \"https://supertokens.com/blog-meta-images/add-mfa-to-nextjs.png\",\n \"author\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"url\": \"https://supertokens.com\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://supertokens.com/static/assets/dark-home/logo.png\"\n }\n }\n }</script>"
},
{
"path": "/blog/oauth-grant-types-explained",
"metaTags": [
"<meta name=\"description\" content=\"Confused by OAuth grant types? Learn how each one works, when to use it, and how SuperTokens simplifies implementation.\" />",
Expand Down
3 changes: 3 additions & 0 deletions static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@
"location": "https://supertokens.com/blog/identity-and-access-management-strategy"
},
{
"location": "https://supertokens.com/blog/add-mfa-to-nextjs"
},
{
"location": "https://supertokens.com/blog/oauth-grant-types-explained"
},
{
Expand Down
Binary file added static/card_covers/add-mfa-to-nextjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/covers/add-mfa-to-nextjs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading