Skip to content

Commit

Permalink
adds seo updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Coutinho committed Dec 11, 2024
1 parent d496c43 commit bb6806d
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/flask-user-authentication/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "Adding Authentication to Your Flask Backend with SuperTokens"
description: "Learn how to seamlessly add authentication to your Flask backend using SuperTokens. This guide covers setting up authentication with the SuperTokens CLI or manual configuration, enabling you to focus on building application logic instead of authentication infrastructure."
date: "2024-11-29"
cover: "cover-image-for-my-blog-post.png"
date: "2024-11-04"
cover: "flask-user-authentication.png"
category: "programming, featured"
author: "Nemi Shah"
---
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 @@ -1934,5 +1934,28 @@
],
"title": "7 Common IAM Risks and How to Avoid Them",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/7-common-iam-risks-and-how-to-avoid-theme\"},\"headline\":\"7 Common IAM Risks and How to Avoid Them\",\"description\":\"Reveal the 7 critical IAM risks that pose a threat to your business. Discover actionable advice to reduce these risks and strengthen your security measures.\",\"image\":\"https://supertokens.com/blog-meta-images/7-common-iam-risks-and-how-to-avoid-theme.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/flask-user-auth",
"metaTags": [
"<meta name=\"description\" content=\"Learn how to seamlessly add authentication to your Flask backend using SuperTokens. This guide covers setting up authentication with the SuperTokens CLI or manual configuration, enabling you to focus on building application logic instead of authentication infrastructure.\" />",
"",
"<meta name=\"keywords\" content=\"Authentication, Open Source, SAML, User Management, OAuth, Enterprise SSO, Security\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"Adding Authentication to Your Flask Backend with SuperTokens\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/flask-user-auth\" />",
"<meta property=\"og:description\" content=\"Learn how to seamlessly add authentication to your Flask backend using SuperTokens. This guide covers setting up authentication with the SuperTokens CLI or manual configuration, enabling you to focus on building application logic instead of authentication infrastructure.\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/flask-user-auth.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"Adding Authentication to Your Flask Backend with SuperTokens\" />",
"<meta name=\"twitter:description\" content=\"Learn how to seamlessly add authentication to your Flask backend using SuperTokens. This guide covers setting up authentication with the SuperTokens CLI or manual configuration, enabling you to focus on building application logic instead of authentication infrastructure.\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/flask-user-auth\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/flask-user-auth.png\" /> ",
"<!--OG Tags-->",
"<link rel=\"canonical\" href=\"https://supertokens.com/blog/flask-user-auth\">"
],
"title": "Adding Authentication to Your Flask Backend with SuperTokens",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/flask-user-auth\"},\"headline\":\"Adding Authentication to Your Flask Backend with SuperTokens\",\"description\":\"Learn how to seamlessly add authentication to your Flask backend using SuperTokens. This guide covers setting up authentication with the SuperTokens CLI or manual configuration, enabling you to focus on building application logic instead of authentication infrastructure.\",\"image\":\"https://supertokens.com/blog-meta-images/flask-user-auth.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>"
}
]
5 changes: 4 additions & 1 deletion static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@
"location": "https://supertokens.com/blog/user-authentication-in-node"
},
{
"location": "7-common-iam-risks-and-how-to-avoid-them"
"location": "https://supertokens.com/blog/7-common-iam-risks-and-how-to-avoid-them"
},
{
"location": "https://supertokens.com/blog/flask-user-auth"
}
]
Binary file added static/card_covers/flask-user-authentication.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/flask-user-authentication.png
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 bb6806d

Please sign in to comment.