You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
If I change in the method router.post('/registerRequest') to force the attestation to direct let attestation = 'direct';
I added in the router.post('/registerResponse') the following code: console.log(registrationInfo.aaguid);
the result is: 00000000-0000-0000-0000-000000000000
I think the attestation statement is not retrieved even if we ask for it... Can you tell why this happens?
Is it a limitation of the FIDO2 API for Android?
Hello
If I change in the method
router.post('/registerRequest')to force the attestation to directlet attestation = 'direct';I added in the
router.post('/registerResponse')the following code:console.log(registrationInfo.aaguid);the result is:
00000000-0000-0000-0000-000000000000I think the attestation statement is not retrieved even if we ask for it... Can you tell why this happens?
Is it a limitation of the FIDO2 API for Android?
Thank you.