Skip to content

integrate django-u2f #86

@sserrano44

Description

@sserrano44

I would be great to integrate: https://github.com/gavinwahl/django-u2f

What would it take?

Activity

Bouke

Bouke commented on Mar 5, 2015

@Bouke
Collaborator

I've been thinking of a modular approach to django-two-factor-auth. Currently there's support for phone numbers (pluggable provider, Twillio by default), apps (QR code) and yubikeys. However there are more providers of token generators, and I don't intent on implementing them all. However a generic package to support them all would be nice to have. u2f could then be provided as an add-on token module.

If you want to support u2f in the short term, have a look at how yubikeys are currently implemented. I would suggest taking the same approach for u2f.

moreati

moreati commented on Jul 11, 2015

@moreati
Contributor

I'm working on this. The (INSECURE, DO NOT USE it as is) proof of concept is moreati@a44ac23

khanzf

khanzf commented on Mar 29, 2016

@khanzf

I plan on contributing to this. Just did my own implementation and it worked!
Until then, why not rename internal functions from "Yubikey" to U2F? YubiKey is my favorite provider of U2F tokens, but U2F is a standard.

linked a pull request that will close this issue on Jun 11, 2017
added a commit that references this issue on Nov 4, 2017
roffel

roffel commented on Nov 10, 2017

@roffel

Is there any progress made in the last year+? Will this feature be integrated?

claudep

claudep commented on Feb 24, 2023

@claudep
Contributor

Is this still wanted now that we have webauthn as a plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @sserrano44@claudep@moreati@Bouke@roffel

      Issue actions

        integrate django-u2f · Issue #86 · jazzband/django-two-factor-auth