smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
494 stars 118 forks source link

Feature request: Timeout waiting for the fingerprint result #208

Closed mdima closed 3 years ago

mdima commented 3 years ago

Hello, it would be useful to introduce a "timeout" property of the AuthenticationRequestConfiguration object in order to not to leave the application waiting indefinitely for a fingerprint scan.

Thanks, Michele

smsissuechecker commented 3 years ago

Hi @mdima,

I'm the friendly issue checker. It seems like (100.00 %) you haven't used our issue template :cry: I think it is very frustrating for the repository owners, if you ignore them.

If you think it's fine to make an exception, just ignore this message. But if you think it was a mistake to delete the template, please close the issue and create a new one.

Thanks!

mdima commented 3 years ago

Hello, sorry to all for not using the template, just this is a feature request, non an issue, and the template does not apply to it..

smstuebe commented 3 years ago

Have a look at the sample. You can do this with a cancellation token

https://github.com/smstuebe/xamarin-fingerprint/blob/master/src/Sample/MainPage.xaml.cs#L43

mdima commented 3 years ago

Thank you @smstuebe , I will use that pattern.

Michele