Cassidy James Blaede

Results 838 comments of Cassidy James Blaede

I definitely want to think through and sketch/prototype this before we get too far, but I agree it could make sense to show gestures here. They should similarly pick up...

I've gotten my hands on a FIDO U2F key, and it looks like there is a Nitrokey U2F model so there's a little bit of overlap with #54. But I'm...

Sample dialog code from my mockup is at https://github.com/cassidyjames/agents/blob/master/src/BiometricDialog.vala

@arshubham The code in my sample dialog is written in a way that could be easily expanded to multiple authentication types. An icon, authentication summary, and detailed description are passed...

For the case of multiple possible authentication methods, I'm not sure what we'd do. That's definitely something to think about.

@danrabbit yeah, that direction could work. I liked the idea of a super simple dialog for the simple case, but maybe this is a better route.

@danrabbit my code mockup has been updated at https://github.com/cassidyjames/agents/blob/master/src/BiometricDialog.vala ![screenshot from 2018-08-31 14 28 47](https://user-images.githubusercontent.com/611168/44934984-2f634000-ad2c-11e8-8057-be5dca8fd686.png)

After a bit more iterating, we came to this: ![image 1](https://user-images.githubusercontent.com/611168/44937731-f761fa00-ad37-11e8-8682-14aef3fb6c4b.png) 1. Unique colors per authentication method. These would be used system-wide and could probably be defined in the system...

@arshubham precisely! Passive methods like a paired device, facial recognition, and an already-connected U2F key would count as passive. We'd want the user to still actively press authenticate in those...

A couple of notes: - USB keys are actually probably active authentication, not passive; at least the ones I've used (and most, based on messaging across most services that support...