-
Notifications
You must be signed in to change notification settings - Fork 81
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
Consider integrating u2f keys #4
Comments
@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 👍 ). |
Aah--understood. |
Looking at the code, at least master, suggests that this has already been done? |
Consider integrating u2f keys like https://github.com/gavinwahl/django-u2f/blob/master/django_u2f/static/django_u2f/u2f-api.js
The text was updated successfully, but these errors were encountered: