Skip to content

Commit

Permalink
adds banner images and seo data
Browse files Browse the repository at this point in the history
  • Loading branch information
jscyo committed Sep 29, 2023
1 parent ad0377f commit 48f64e4
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/how-to-create-an-invite-only-auth-flow/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: How to create an invite-only auth flow in 2023
date: "2023-09-28"
description: "This tutorial wil guide you on how you can create an invite only authentication flow"
cover: "TODo.png"
cover: "how-to-create-an-invite-only-auth-flow.png"
category: "programming"
author: "Joel Coutinho"
---
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -642,5 +642,28 @@
],
"title": "How we cut our AWS costs by more than 50%",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/how-we-cut-our-aws-costs\"},\"headline\":\"How we cut our AWS costs by more than 50%\",\"image\":\"https://supertokens.com/blog-meta-images/how-we-cut-our-aws-costs.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/how-to-create-an-invite-only-auth-flow",
"metaTags": [
"<meta name=\"description\" content=\"Whether aiming to boost referrals, drive exclusivity, or simply enhance user engagement, a well-crafted invite flow can make all the difference. In this blog post, we will delve into the steps of how you can secure your React app with Email-password authentication with SuperTokens, customized to have an invite-only flow.\" />",
"",
"<meta name=\"keywords\" content=\"authentication, invite-only authentication, open source, user engagement\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"How to create an invite-only auth flow in 2023\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/how-to-create-an-invite-only-auth-flow\" />",
"<meta property=\"og:description\" content=\"Whether aiming to boost referrals, drive exclusivity, or simply enhance user engagement, a well-crafted invite flow can make all the difference. In this blog post, we will delve into the steps of how you can secure your React app with Email-password authentication with SuperTokens, customized to have an invite-only flow.\" /\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/how-to-create-an-invite-only-auth-flow.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"How we cut our AWS costs by more than 50%\" />",
"<meta name=\"twitter:description\" content=\"In this two part blog series we will break down how we were able to cut down our AWS costs by over 50%\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/static/covers/how-to-create-an-invite-only-auth-flow.png\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/static/covers/how-to-create-an-invite-only-auth-flow.png.png\" /> ",
"<!--OG Tags-->"
],
"title": "How to create an invite-only auth flow in 2023",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/how-to-create-an-invite-only-auth-flow\"},\"headline\":\"How to create an invite-only auth flow in 2023\",\"image\":\"https://supertokens.com/blog-meta-images/how-to-create-an-invite-only-auth-flow.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
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 48f64e4

Please sign in to comment.