I have implemented some sort of password-less authentication using DUO lab's webauthn
using Django. However, I keep getting this error:
Unable to verify attestation statement format..
when authenticating on my Android phone (at least for now).
How can I include more attestation formats to incorporate Android
, Windows hello
and any other device in this library's attestation formats?