JavaScript: Sign in with a passkey
Sign in with a passkey. Handles the full WebAuthn ceremony:
- Fetches authentication challenge from server
- Prompts user via navigator.credentials.get()
- Verifies credential with server and creates session
Requires auth.experimental.passkey: true.
Parameters