Skip to content

Commit cbb85fb

Browse files
authored
Merge pull request #457 from mostafamoqbelibrahim/biometric-auth
Biometric Web Authentication: What It Is and How to Use It
2 parents a8a77cd + aaaade2 commit cbb85fb

File tree

8 files changed

+228
-0
lines changed

8 files changed

+228
-0
lines changed
144 KB
Loading
311 KB
Loading
462 KB
Loading

content/biometric-auth/index.md

Lines changed: 202 additions & 0 deletions
Large diffs are not rendered by default.

static/blog-seo/config.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3301,6 +3301,29 @@
33013301
"schema": "<script type=\"application/ld+json\"> {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"mainEntityOfPage\": {\n \"@type\": \"WebPage\",\n \"@id\": \"https://supertokens.com/blog/identity-and-access-management-strategy\"\n },\n \"headline\": \"Discover how to develop an effective Identity and Access Management (IAM) strategy that secures sensitive data, ensures compliance, and streamlines user experiences.\",\n \"image\": \"https://supertokens.com/blog-meta-images/iam-strategy.png\",\n \"author\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"url\": \"https://supertokens.com\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://supertokens.com/static/assets/dark-home/logo.png\"\n }\n }\n }</script>"
33023302
},
33033303
{
3304+
"path": "/blog/biometric-auth",
3305+
"metaTags": [
3306+
"<meta name=\"description\" content=\"Understand biometric authentication on the web: how it works, use cases, security benefits, and how to implement it using WebAuthn.\" />",
3307+
"",
3308+
"<meta name=\"keywords\" content=\"Authentication, Open Source, Authorization, User Management, OAuth, Enterprise SSO, Security\" />",
3309+
"<!--OG Tags-->",
3310+
"<meta property=\"og:title\" content=\"Biometric Web Authentication: What It Is and How to Use It\" />",
3311+
"<meta property=\"og:type\" content=\"article\" />",
3312+
"<meta property=\"og:url\" content=\"https://supertokens.com/blog/biometric-auth\" />",
3313+
"<meta property=\"og:description\" content=\"Understand biometric authentication on the web: how it works, use cases, security benefits, and how to implement it using WebAuthn.\"/>",
3314+
"<meta property=\"og:image\" content=\"https://supertokens.com/blog-meta-images/biometric-web-auth.png\" />",
3315+
"",
3316+
"<meta name=\"twitter:card\" content=\"summary_large_image\" />",
3317+
"<meta name=\"twitter:title\" content=\"Understand biometric authentication on the web: how it works, use cases, security benefits, and how to implement it using WebAuthn.\" />",
3318+
"<meta name=\"twitter:url\" content=\"https://supertokens.com/blog/biometric-auth\" />",
3319+
"<meta name=\"twitter:image\" content=\"https://supertokens.com/blog-meta-images/biometric-web-auth.png\" /> ",
3320+
"<!--OG Tags-->",
3321+
"<link rel=\"canonical\" href=\"https://supertokens.com/blog/biometric-auth\">"
3322+
],
3323+
"title": "Biometric Web Authentication: What It Is and How to Use It",
3324+
"schema": "<script type=\"application/ld+json\"> {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"mainEntityOfPage\": {\n \"@type\": \"WebPage\",\n \"@id\": \"https://supertokens.com/blog/biometric-auth\"\n },\n \"headline\": \"Understand biometric authentication on the web: how it works, use cases, security benefits, and how to implement it using WebAuthn.\",\n \"image\": \"https://supertokens.com/blog-meta-images/biometric-web-auth.png\",\n \"author\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"url\": \"https://supertokens.com\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"SuperTokens\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://supertokens.com/static/assets/dark-home/logo.png\"\n }\n }\n }</script>"
3325+
},
3326+
{
33043327
"path": "/blog/oidc-vs-saml",
33053328
"metaTags": [
33063329
"<meta name=\"description\" content=\"Compare OIDC and SAML for authentication use cases and see how SuperTokens lets you integrate both. Choose the right protocol for your app.\" />",

static/blog-seo/sitemapconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,9 @@
309309
"location": "https://supertokens.com/blog/identity-and-access-management-strategy"
310310
},
311311
{
312+
"location": "https://supertokens.com/blog/biometric-auth"
313+
},
314+
{
312315
"location": "https://supertokens.com/blog/oidc-vs-saml"
313316
},
314317
{
146 KB
Loading
1.48 MB
Loading

0 commit comments

Comments
 (0)