Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seo data updates #310

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
Loading