stable
Clone or download
Read-only
Part of story #31173 register a new passkey The credential public key generated by passkeys along registration ceremony is a binary string. Or this key is stored in text, resulting on an empty string in database. To fix that, the column is now a blob. *Testing:* If you register your passkey in user preferences panel, then the column 'credential_public_key' in database is filled with some bytes. Change-Id: Id32636044d0e17e7c5ca5035196f9aa931c80eb1
Modified Files
Name | ||||
---|---|---|---|---|
M | src/db/mysql/database_structure.sql | +1 | −1 | Go to diff View file |
A | src/db/mysql/updates/2023/202305150900_webauthn_public_key_type.php | +38 | −0 | Go to diff View file |
M | tests/integration/tests/WebAuthn/Source/WebAuthnCredentialSourceDaoTest.php | +1 | −1 | Go to diff View file |