fix(auth): chage attestation type to none

This commit is contained in:
Karol Sójko 2023-03-10 14:59:09 +01:00
parent 09ecf9262a
commit f69073ba02
No known key found for this signature in database
GPG key ID: 50D9C5A8D4B8D73F

View file

@ -33,7 +33,7 @@ export class GenerateAuthenticatorRegistrationOptions implements UseCaseInterfac
rpName: this.relyingPartyName,
userID: userUuid.value,
userName: username.value,
attestationType: 'direct',
attestationType: 'none',
authenticatorSelection: {
authenticatorAttachment: 'cross-platform',
},