dile.ma

Secure passkey authentication

Passkey authentication — no password needed.
Your device verifies you via fingerprint, face, or PIN.

Authenticated
Show JWT token

Use in your app:

fetch('/your-api', {
  headers: {
    'Authorization': 'Bearer ' + jwt
  }
});