This PR introduces additional optional parameter to the toPasskeyValidator function - signWithAuthenticator, which follows simplewebauthn's startAuthentication function signature.
This will allow to use custom authentication functions, for example mobile ones, since simplewebauthn simply does not work on mobile devices natively :)
@hjornigur Hey sorry for the late reply. In the meantime, our passkey plugins have undergone significant refactoring. Could you please make a new commit based on the updated codebase? Thanks in advance.
This PR introduces additional optional parameter to the
toPasskeyValidator
function -signWithAuthenticator
, which followssimplewebauthn
'sstartAuthentication
function signature. This will allow to use custom authentication functions, for example mobile ones, sincesimplewebauthn
simply does not work on mobile devices natively :)