Secure passkey authentication
Passkey authentication — no password needed.
Your device verifies you via fingerprint, face, or PIN.
Use in your app:
fetch('/your-api', {
headers: {
'Authorization': 'Bearer ' + jwt
}
});