Page 1 of 1

Is fingerprint (touch) supported

Posted: Sat Mar 25, 2017 8:32 am
by stevec
So that it could be used on a longrange log in?

Re: Is fingerprint (touch) supported

Posted: Sun Mar 26, 2017 7:45 pm
by tsupartono
Not currently.
Which platform are you using (iOS, Android)?
We can enhance LongRange to support this, however on iOS, the public API provided by Apple only allows us to verify if a fingerprint matches one of the registered fingerprints, but it won't tell us which one. This means the mechanism will only work if the device is used by a single user (otherwise LR won't be able to tell which username/password should be used to login)
If this still satisfies your requirements, let us know and we will work something out.

Re: Is fingerprint (touch) supported

Posted: Tue Mar 28, 2017 2:45 am
by stevec
Yes that would work for us. Please do it!

We use both IOS and Android

Re: Is fingerprint (touch) supported

Posted: Tue Mar 28, 2017 4:52 pm
by tsupartono
Can you provide some more details of how you want it to work?
I assume you have a login page in your app where you enter a username/password.
You want to user to optionally be able to login using fingerprints when the login page is shown?

Re: Is fingerprint (touch) supported

Posted: Wed Mar 29, 2017 6:51 am
by stevec
Yes allow for touch on log in rather than key password. On my banking apps it has an allow touch option that cab be selected

Re: Is fingerprint (touch) supported

Posted: Fri Sep 14, 2018 4:50 am
by stevec
I see this was added viewtopic.php?f=11&t=602&p=1830&hilit=touch#p1830

But appears to be app specific and not schema. Anyway to be schema specific?

Re: Is fingerprint (touch) supported

Posted: Thu Nov 01, 2018 5:39 am
by stevec
What I am looking for is ability to save different passwords based on schema. Currently it is overlaying and only saving 1 password regardless of schema. So when switching schemas and using touch it will pull in the last one (which is then wrong).

Re: Is fingerprint (touch) supported

Posted: Fri Nov 02, 2018 12:44 pm
by jasonzhou
We will make an enhancement on this. In next version, by default, password will always be saved by schema. If schema is deleted, the corresponding password will be deleted as well.