Hey there,
Do you have any sample on how to implement biometric registration? This is to allow user to register and save their biometric data to a table in OS.
Thanks!
Hi Tsu Tor,Find this forge component: https://www.outsystems.com/forge/component-overview/11580/native-biometric-plugin,Try using this plugin , which satisfies your needs to build an app to save Biometrics.Regards,Varada Rajan
Hi @Tsu Tor In addition to the Forge component that Varada has suggested, you can also check this forge component.Also, check this forum discussion on How to use it.
Regards,
Rasika
I’ve tried setting up a biometric registration before, but I always got stuck on the privacy issues. Saving biometric data to a database feels risky because you need to be super careful with user information, especially with photos or fingerprints. What I noticed is a lot of newer systems aim to keep things private and avoid storing anything sensitive unless absolutely necessary. If you want to see a privacy-first approach, look at how orb works to verify identity but doesn’t keep any images or unneeded data. It’s an interesting concept if privacy is a big concern in your project.