diff --git a/content/flask-user-authentication/index.md b/content/flask-user-authentication/index.md index 61f2c288..e40071f5 100644 --- a/content/flask-user-authentication/index.md +++ b/content/flask-user-authentication/index.md @@ -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" --- diff --git a/static/blog-meta-images/flask-user-authentication.png b/static/blog-meta-images/flask-user-authentication.png new file mode 100644 index 00000000..a57a3808 Binary files /dev/null and b/static/blog-meta-images/flask-user-authentication.png differ diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json index 5c7fbaf3..799088c5 100644 --- a/static/blog-seo/config.json +++ b/static/blog-seo/config.json @@ -1934,5 +1934,28 @@ ], "title": "7 Common IAM Risks and How to Avoid Them", "schema": "" + }, { + "path": "/blog/flask-user-auth", + "metaTags": [ + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + " ", + "", + "" + ], + "title": "Adding Authentication to Your Flask Backend with SuperTokens", + "schema": "" } ] \ No newline at end of file diff --git a/static/blog-seo/sitemapconfig.json b/static/blog-seo/sitemapconfig.json index c2f2a7be..653e9960 100644 --- a/static/blog-seo/sitemapconfig.json +++ b/static/blog-seo/sitemapconfig.json @@ -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" } ] \ No newline at end of file diff --git a/static/card_covers/flask-user-authentication.png b/static/card_covers/flask-user-authentication.png new file mode 100644 index 00000000..89a15848 Binary files /dev/null and b/static/card_covers/flask-user-authentication.png differ diff --git a/static/covers/flask-user-authentication.png b/static/covers/flask-user-authentication.png new file mode 100644 index 00000000..a57a3808 Binary files /dev/null and b/static/covers/flask-user-authentication.png differ