diff --git a/content/fedcm-how-are-oauth-flows-affected-in-the-post-third-party-cookie-era/index.md b/content/fedcm-how-are-oauth-flows-affected-in-the-post-third-party-cookie-era/index.md
index 3e73d55f..98ac0d6a 100644
--- a/content/fedcm-how-are-oauth-flows-affected-in-the-post-third-party-cookie-era/index.md
+++ b/content/fedcm-how-are-oauth-flows-affected-in-the-post-third-party-cookie-era/index.md
@@ -2,7 +2,7 @@
title: "FedCM and how OAuth Flows are affected in the Post-Third-Party Cookie Era"
date: "2024-03-20"
description: "Third Party Cookies have been synonymous with user tracking and privacy issues. In 2021 Google put forth a plan to retire third party cookies from chromium based browsers and put for the FedCM APIs. In this blog we will be discussing this change and what it means for traditional OAuth flows."
-cover: "todo.png"
+cover: "fedcm.png"
category: "programming"
author: "Joel Coutinho"
---
diff --git a/static/blog-meta-images/fedcm.png b/static/blog-meta-images/fedcm.png
new file mode 100644
index 00000000..37bbdd63
Binary files /dev/null and b/static/blog-meta-images/fedcm.png differ
diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json
index 067f2b2d..5ad495d1 100644
--- a/static/blog-seo/config.json
+++ b/static/blog-seo/config.json
@@ -1031,5 +1031,28 @@
],
"title": "Phishing Attacks in 2024",
"schema": ""
+ },{
+ "path": "/blog/fedcm-how-are-oauth-flows-affected-in-the-post-third-party-cookie-era",
+ "metaTags": [
+ " ",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ ""
+ ],
+ "title": "FedCM and how OAuth Flows are affected in the Post-Third-Party Cookie Era",
+ "schema": ""
}
]
\ No newline at end of file
diff --git a/static/card_covers/fedcm.png b/static/card_covers/fedcm.png
new file mode 100644
index 00000000..37bbdd63
Binary files /dev/null and b/static/card_covers/fedcm.png differ
diff --git a/static/covers/fedcm.png b/static/covers/fedcm.png
new file mode 100644
index 00000000..60049679
Binary files /dev/null and b/static/covers/fedcm.png differ