diff --git a/content/user-authentication-in-node/index.md b/content/user-authentication-in-node/index.md
index 65affc77..be45d122 100644
--- a/content/user-authentication-in-node/index.md
+++ b/content/user-authentication-in-node/index.md
@@ -1,6 +1,6 @@
---
title: How to Authenticate and Authorize Users in a Node.js Express App
-date: "2024-12-06"
+date: "2024-11-02"
description: "A step by step guide on how to Authenticate and Authorize Users in a Node.js Express App"
cover: "user-authentication-in-node.png"
category: "programming"
diff --git a/static/blog-seo/config.json b/static/blog-seo/config.json
index db3908e5..38eb286f 100644
--- a/static/blog-seo/config.json
+++ b/static/blog-seo/config.json
@@ -1888,5 +1888,28 @@
],
"title": "Unified Login: Because Who Doesn't Love a Good OAuth2 Adventure?",
"schema": ""
+ }, {
+ "path": "/blog/user-authentication-in-node",
+ "metaTags": [
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ "",
+ " ",
+ "",
+ ""
+ ],
+ "title": "How to Authenticate and Authorize Users in a Node.js Express App",
+ "schema": ""
}
]
\ No newline at end of file
diff --git a/static/blog-seo/sitemapconfig.json b/static/blog-seo/sitemapconfig.json
index 70538fd5..284d2aa5 100644
--- a/static/blog-seo/sitemapconfig.json
+++ b/static/blog-seo/sitemapconfig.json
@@ -211,5 +211,8 @@
},
{
"location": "https://supertokens.com/blog/unified-login"
+ },
+ {
+ "location": "https://supertokens.com/blog/user-authentication-in-node"
}
]
\ No newline at end of file