We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c062d18 commit 00f9c9bCopy full SHA for 00f9c9b
TwoFactorAuth/Model/Provider/Engine/U2fKey/WebAuthn.php
@@ -298,7 +298,7 @@ public function getPublicKeyFromRegistrationData(array $data): array
298
return [
299
'key' => $attestationObject['attestationData']['keyBytes'],
300
'id' => $credentialData['id'],
301
- 'aaguid' => $attestationObject['attestationData']['aaguid'] ?? null
+ 'aaguid' => base64_encode($attestationObject['attestationData']['aaguid']) ?? null
302
];
303
}
304
0 commit comments