Php – Is it possible to generate a WebAuthn attestation object?
I want to write a functional test for my endpoints to register a user with WebAuthn. The first call is to Register Device Options. This is easy as it requires no payload. Next is Register Device, which requires passing an…