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

adds supertokens vs auth0 blog #256

Merged
merged 1 commit into from
Jul 25, 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
366 changes: 366 additions & 0 deletions content/supertokens-vs-auth0/index.md

Large diffs are not rendered by default.

Binary file added content/supertokens-vs-auth0/st-auth0-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/supertokens-vs-auth0/st-flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/blog-meta-images/supertokens-vs-auth0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions static/blog-seo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1517,5 +1517,27 @@
],
"title": "Supertokens Vs Keycloak: Going Custom Vs. Off-The-Shelf",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/supertokens-vs-keycloak\"},\"headline\":\"Supertokens Vs Keycloak: Going Custom Vs. Off-The-Shelf\",\"image\":\"https://supertokens.com/blog-meta-images/supertokens-vs-keycloak.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/supertokens-vs-auth0",
"metaTags": [
"<meta name=\"author\" content=\"Mostafa Ibrahim\" /> ",
"<meta name=\"description\" content=\"Explore the core differences between SuperTokens and Auth0 including their key features, pros and cons, and practical workflows. Whether you need full control with SuperTokens' self-hosted, open-source approach or the convenience of Auth0's managed service, this guide will help you choose the right authentication solution for your project.\" />",
"",
"<meta name=\"keywords\" content=\"SuperTokens vs Auth0, Open source authentication solutions, Authentication and authorization, Open source identity management\" />",
"<!--OG Tags-->",
"<meta property=\"og:title\" content=\"Supertokens Vs AuthO: Self-Hosted Vs. Managed Solutions\" />",
"<meta property=\"og:type\" content=\"article\" />",
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/supertokens-vs-auth0\" />",
"<meta property=\"og:description\" content=\"Explore the core differences between SuperTokens and Auth0 including their key features, pros and cons, and practical workflows. Whether you need full control with SuperTokens' self-hosted, open-source approach or the convenience of Auth0's managed service, this guide will help you choose the right authentication solution for your project.\" /\"/>",
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/supertokens-vs-auth0.png\" />",
"",
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
"<meta name=\"twitter:title\" content=\"Supertokens Vs AuthO: Self-Hosted Vs. Managed Solutions/>",
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/supertokens-vs-auth0\" />",
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/supertokens-vs-auth0.png\" /> ",
"<!--OG Tags-->"
],
"title": "Supertokens Vs AuthO: Self-Hosted Vs. Managed Solutions",
"schema": "<script type=\"application/ld+json\">\n{\"@context\":\"https://schema.org\",\"@type\":\"Article\",\"mainEntityOfPage\":{\"@type\":\"WebPage\",\"@id\":\"https://supertokens.com/blog/supertokens-vs-auth0\"},\"headline\":\"Supertokens Vs AuthO: Self-Hosted Vs. Managed Solutions\",\"image\":\"https://supertokens.com/blog-meta-images/supertokens-vs-auth0.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 @@ -169,5 +169,8 @@
},
{
"location": "https://supertokens.com/blog/auth0-alternatives"
},
{
"location": "https://supertokens.com/blog/supertokens-vs-auth0"
}
]
Binary file added static/card_covers/supertokens-vs-auth0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/covers/supertokens-vs-auth0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading