Passkeys/WebAuthn

Try it out!

Use the form to log in with Passkeys using SlashID.

Authenticate using Passkeys

There has been an error while submiting your form. Please try again!

You're successfully authenticated with WebAuthn!


Your unique credential ID:


          
Back to home

Follow the instructions

You'll be prompted to validate your login via your device.
If you are registering for the first time, you will receive an email to verify your email address.

Check out the source code
SlashID/Core SDK

Under the hood

Provide a seamless authentication experience with a single method call!

Learn more
const sid = new window.slashid.SlashID()

const user = await sid.id(
  SLASHID_ORG_ID,
  {
    type: 'email_address',
    value: 'test@example.com',
  },
  {
    method: 'webauthn',
    // optional WebAuthn configuration
    options: {
      attachment: 'any',
      user_verification: 'required',
      resident_key: 'preferred',
      attestation: 'indirect'
    },
  }
)

javascript

19/19 ln

© 2023 SlashID® Inc.

All Rights Reserved.

Terms · Privacy

Social

Twitter Linkedin

Try it out

Talk to us Get started

We use cookies to improve your experience. Read our cookie policy.