Dynamic native login

0
Hi, I want users to login to an app, but if reopened within x minutes since the last login I want to allow a login using biometrics. I couldn’t find documentation on this. I would like to know if this is possible and if there is any documentation about it that I missed.
asked
1 answers
0

 I think you will need to be a little creative for this.

Here is an idea: You could store the time of the last logout in an object that is accessible by anonymous users. In your login nanoflow you could check the time and based on that, create logic to either present biometrics or not.

Hope this helps.

answered