Skip to content

Commit

Permalink
Changed ble to internal transport, because internal (Passkeys) are mo…
Browse files Browse the repository at this point in the history
…re common.
  • Loading branch information
marcriemer committed Jul 7, 2024
1 parent b0ad952 commit b591f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SimpleFakeCredentialGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private function generateCredentials(string $username): array
$transports = [
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_USB,
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_NFC,
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_BLE,
PublicKeyCredentialDescriptor::AUTHENTICATOR_TRANSPORT_INTERNAL,
];
$credentials = [];
for ($i = 0; $i < random_int(1, 3); $i++) {
Expand Down

0 comments on commit b591f08

Please sign in to comment.