Hi, Can anyone explain how to do biometric authentication which logs-in authenticated user in native mobile?

0
Can anyone explain how to do biometric authentication which logs-in authenticated user in native mobile?    
asked
1 answers
1

Check the Native Mobile Resources for native mobile:

https://docs.mendix.com/appstore/modules/native-mobile-resources/

https://marketplace.mendix.com/link/component/109513

 

There are two JS actions: one which can validate if the mobile supports that functionality and one which use the biometric login. I'm also pretty sure there is an example application available on the marketplace.

 

answered