Skip to content

Commit

Permalink
fix: fido2 change to support android webauthn
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho112 committed Jun 21, 2023
1 parent e44743e commit 318d3aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/biometric-ed25519/src/fido2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ export class Fido2 {
rpName,
challengeSize: 128,
attestation: 'none',
cryptoParams: [-8, -7],
cryptoParams: [-8, -7, -257],
authenticatorAttachment: 'platform',
authenticatorRequireResidentKey: true,
authenticatorUserVerification: 'discouraged'
authenticatorUserVerification: 'preferred'
});
}

Expand Down

0 comments on commit 318d3aa

Please sign in to comment.