Consider integrating u2f keys
Consider integrating u2f keys like https://github.com/gavinwahl/django-u2f/blob/master/django_u2f/static/django_u2f/u2f-api.js
@darkpixel let's consider it once it's ready for production use.
u2f keys are definitely ready for production use--Github and Google already use them for their authentication systems. I was using it until django-u2f stopped being supported and then u2f broke. ;)
I mean to say that u2f is not compatible with all browsers. http://caniuse.com/#feat=u2f
I will start working on it anyway (we love chrome :+1: ).
Aah--understood.
Looking at the code, at least master, suggests that this has already been done?