Hi guys,
Needed some advise. We are a fintech app, mobile first. We use React Native stack. I wanted to give our users option for biometric/FaceID/PIN 2fa for certain operations and also login.
I went through the ORY Documentation and read about passkeys and webauthn.
Webauthn is web only so i think that wont work.
So I am guessing we have to use passkeys. First of all I wanted to know if this is the correct way and secondly if there is a link to reference implementation I can look at to deploy our own solution.