Skip to content

Commit

Permalink
Merge pull request #310 from supertokens/user-authentication-in-node
Browse files Browse the repository at this point in the history
seo data updates
  • Loading branch information
jscyo authored Dec 10, 2024
2 parents bcf8ca3 + c714d04 commit 123c7f6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/user-authentication-in-node/index.md
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
23 changes: 23 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1888,5 +1888,28 @@
],
"title": "Unified Login: Because Who Doesn't Love a Good OAuth2 Adventure?",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/unified-login\"},\"headline\":\"Unified Login: Because Who Doesn't Love a Good OAuth2 Adventure?\",\"description\":\"Ah, authentication. The bane of every developer's existence. Or is it? 🤔 Today, we're diving into the wonderful world of a new feature called Unified Login. Buckle up, folks—it's gonna be a wild ride!\",\"image\":\"https://supertokens.com/blog-meta-images/unified-login.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/user-authentication-in-node",
"metaTags": [
"<meta name=\"description\" content=\"A step by step guide on how to Authenticate and Authorize Users in a Node.js Express App\" />",
"",
"<meta name=\"keywords\" content=\"Authentication, Open Source, SAML, User Management, OAuth, Enterprise SSO, Security\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"How to Authenticate and Authorize Users in a Node.js Express App\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/user-authentication-in-node\" />",
"<meta property=\"og:description\" content=\"A step by step guide on how to Authenticate and Authorize Users in a Node.js Express App\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/user-authentication-in-node.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"How to Authenticate and Authorize Users in a Node.js Express App\" />",
"<meta name=\"twitter:description\" content=\"A step by step guide on how to Authenticate and Authorize Users in a Node.js Express App\" />",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/user-authentication-in-node\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/user-authentication-in-node.png\" /> ",
"<!--OG Tags-->",
"<link rel=\"canonical\" href=\"https://supertokens.com/blog/user-authentication-in-node\">"
],
"title": "How to Authenticate and Authorize Users in a Node.js Express App",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/user-authentication-in-node\"},\"headline\":\"How to Authenticate and Authorize Users in a Node.js Express App\",\"description\":\"A step by step guide on how to Authenticate and Authorize Users in a Node.js Express App\",\"image\":\"https://supertokens.com/blog-meta-images/user-authentication-in-node.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>"
}
]
3 changes: 3 additions & 0 deletions static/blog-seo/sitemapconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,8 @@
},
{
"location": "https://supertokens.com/blog/unified-login"
},
{
"location": "https://supertokens.com/blog/user-authentication-in-node"
}
]

0 comments on commit 123c7f6

Please sign in to comment.