-
Notifications
You must be signed in to change notification settings - Fork 32
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
Integration with django-two-factor-auth and/or django-otp #8
Comments
See also jazzband/django-two-factor-auth#86 |
I'm conflicted about this. I like the idea of django-u2f being a standalone application, but I don't think it's feasible to support just u2f. I think my ideal solution would only support open standards: u2f, TOTP, and backup codes. It's probably possible to configure django-two-factor-auth or django-otp like this, but I'm not sure their complexity is worth it. Nobody is is using django-u2f in production as far as I know, so changing stuff shouldn't be a problem, I'm just not sure what direction to go in. |
That's exactly how django-two-factor works, currently sans U2F. Try the demo http://example-two-factor-auth.herokuapp.com/ I'm tidying up a commit to django-two-factor-u2f right now. |
I've left version out for now, as a safety catch against doing the first release before we've decided on/fixed issue gavinwahl#8
I've left version out for now, as a safety catch against doing the first release before we've decided on/fixed issue gavinwahl#8
@moreati what is the status of this issue? need some help? |
Moving to #14 |
Add setup() metadata for PyPI (except version) refs #8
Gavin, I've made a hacky proof of concept for U2F with django-two-factor-auth moreati/django-two-factor-auth@a44ac23. It doesn't use django-u2f, but it's based heavily on it.
I think the proper route to integration is a django-otp plugin that implements U2F. For the next step the options I see are:
django_u2f.models
, if possible/desirable)Do you have a preference? Based on simplicity/maintenance mine is the 2nd, but I don't have an existing install base or users.
Are you aware of anybody using django-u2f in anger?
Any other thoughts? Queries?
The text was updated successfully, but these errors were encountered: