Passkeys Playground

Play with the WebAuthn Web API that allows you to remove passwords for authentication. Instead, you create public key credentials for each user during registration, and ask the user to sign a challenge using their private key for authentication.

Account Creation

Your JavaScript code:

const signUp = async () => {}

Credential:

Authentication

Your JavaScript code:

const signUp = async () => {}

Assertion: