Has anyone successfully integrated Android fingerprint authentication with an Anvil app?
My situation is that I have to authenticate with an external (MySQL) database, so I cannot use the built in Users mechanism (well, I could authenticate externally then force login a User, but orchestrating that might get tricky?)
My customers are, and I say this from a place of love, not very good with computers… They find the log in process on a mobile tricky, and I have the ticket history to prove it.
I’m looking at using magic links, and that’s promising, but all of them have asked if they could have the simplicity of the fingerprint login that they use with their banks (I’ve explained the bank app is an actual app, etc. etc.)
So I’m about to go down the rabbit hole, but any leg ups or bright alternative ideas would be most welcome.