core/webauthn: let's use Self Attestation for now

pull/553/head
Pavol Rusnak 5 years ago
parent 5d32fc37ae
commit 702f865e8d
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -205,7 +205,7 @@ _ALLOW_FIDO2 = True
_ALLOW_RESIDENT_CREDENTIALS = True
# The attestation type to use in MakeCredential responses. If false, then self attestation will be used.
_USE_BASIC_ATTESTATION = True
_USE_BASIC_ATTESTATION = False
def frame_init() -> dict:

Loading…
Cancel
Save