Biometric Authentication

0
Hi, I'm trying to get the authentication from our native mobile app using fingerprint  login.  I implemented the microflows & found the git from hybrid app base but stuck on getting it to work. can anyone explain how to do that? Or is there any other way to get fingerprint authentication working on native mobile app? Thanks!
asked
2 answers
1

Hello!

 

For Native Apps, you can also check the Native Mobile Resources:

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

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

 

Below we can see a Nanoflow that checks if the device compatible with biometry and, if so, proceed with login.

 

 

There’s a sample app in the store that implements this feature

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

 

Good luck!

answered
1

Hi Devi,

You can use Hybrid mobile Actions Module.

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

Here's the link..

It might help you solve your issue 

Hope it helps!

 

 

 

 

answered