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

Adding SEO keywords to improve search results #350

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
14 changes: 12 additions & 2 deletions docs/foundations/universal-passkeys.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,17 @@ description: 'Beyond Identity authenticates users and their devices by cryptogra
slug: /universal-passkeys
keywords:
- passkeys
- help
- private keys
- public keys
- universal passkeys
- authentication
- secure authentication
- passwordless authentication
- passkey authentication
- passkey storage
- passkey binding
- protect applications
- trusted execution environment
pagination_next: null
pagination_prev: null
last_update:
Expand Down Expand Up @@ -95,7 +105,7 @@ See [Bind a passkey to an identity](/docs/add-passkey) to learn how.
</Tabs>


## How authenticate works with passkeys
## How authentication works with passkeys

Beyond Identity uses the industry standard protocol OIDC to verify the identities of your end users. At a high level, your application delegates authentication to Beyond Identity using OIDC. Then, we ask the end user to prove they possess a device with a valid passkey and can unlock that device and passkey.

Expand Down
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ const config = {
},
metadata: [
{ property: 'og:description', content: 'Developer Docs for passwordless authentication' },
{name: 'keywords', content: 'passkeys, universal passkeys, authentication, secure authentication, passwordless authentication, protect applications'},
{ property: 'og:image', content: 'https://www.beyondidentity.com/sites/default/files/2023-02/zero-trust-announce.png' },
{ name: 'twitter:card', content: 'Beyond Identity Developer Docs' }
],
Expand Down