#Hi y'all. I was wondering what effort it
1 messages · Page 1 of 1 (latest)
I see that there are some related discussions around faceid:
Oh looks like there is an open faceid PR: https://github.com/home-assistant/iOS/pull/2398
It's a little bit different than faceid for single action, but I suppose that would be easier to just do on app-open instead.
it would be relatively straightforward. rough outline is: the frontend calls an external bus event asking for face id verification, the app listens and runs through the local auth fwk to confirm, and returns that result to the external bus reply handler. doesn't really require any custom UI or anything, probably.