mirror of
https://github.com/open-reception/appointment-booking-software.git
synced 2026-08-17 21:25:52 +02:00
Set preferred options so that yubikey works.
This commit is contained in:
@@ -114,6 +114,11 @@ export const getCredentialOptions = ({
|
||||
pubKeyCredParams: [
|
||||
{ alg: -7, type: "public-key" }, // ES256
|
||||
],
|
||||
authenticatorSelection: {
|
||||
authenticatorAttachment: undefined, // Allow any authenticator (platform or cross-platform)
|
||||
residentKey: "preferred",
|
||||
userVerification: "preferred",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user