-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of FaceID and TouchID #71
Comments
Sounds good. I think we should default to using touch ID, since the app is always logged in anyway, it's not a burden. We did not get requests to automatically log out users, but maybe one day we get them. |
So I don't think it would work as described above though, the user needs to login with their Username and Password. Currently, I don't think the Amahi server supports login with fingerprint so it can't really replace the default username/password login now. |
@codedentwickler Yes, right. So what I was thinking was, like, let's say the user gets logged out. Then maybe we can store the credentials and have them log back in using Touch ID instead of having them put in the userid/pass But yes, the user will probably not be logged out and so this Touch ID feature doesn't really sound too relevant for now. |
Okay, we could do that. But then we have to worry about hashing password since it is not advisable to store the raw password strings. |
By now we kind of have to extend to FaceID |
I think this may be the best flow:
|
use touch id to remember user credentials and login with the fingerprint reader.
i will try and design a proper flow -- maybe the most basic is to add a toggle in settings to use touch id and ask the user to verify at that moment with it, the use it afterwards if enabled, until it's disabled.
the login page may need a little fingerprint "icon" somewhere -- or maybe just try touch id if enabled unless the user cancels.
The text was updated successfully, but these errors were encountered: