Code Monkey home page Code Monkey logo

Comments (2)

9mido avatar 9mido commented on July 20, 2024 1

Just so others are aware, you can install django-otp-yubikey in settings.py and use the yubikey authenticator app (downloaded from yubikey website) to scan the QR code produced by django-allauth-2fa and generate an OTP that the hardware yubikey can now use to login via django-allauth-2fa just like google-authenticator and other authenticator mobile apps do. I didn't have to change any django-allauth-2fa code to use OTP with the yubikey.

It is now recommended to use webauthn as opposed to U2F (see below).

FIDO1 is older while FIDO2 is newer and uses more of a PKI approach.

U2F is supported on both FIDO1 and FIDO2 but FIDO2 U2F is better.

https://security.stackexchange.com/questions/220752/fido-and-fido2-differences

U2F / CTAP1 = Second factor authentication scheme in addition to the first factor (the user's password). The yubikey is what you have and a password is what you know.

UAF = First factor authentication only. Think biometrics like a fingerprint. Passwordless.

Webauthn = Part of FIDO2. Uses a javascript API for browser authentication where the browser talks to the yubikey device.

CTAP2 = Part of FIDO2. How a yubikey can talk to a browser and OS. Used to enable a passwordless, second-factor or multi-factor authentication experience.

Webauthn:

https://webauthn.io/

https://www.youtube.com/watch?v=jilKhi67qG0

https://gitlab.com/stavros/django-webauthin

https://github.com/shemigon/django-webauthn

https://github.com/duo-labs/py_webauthn

FIDO2:

https://github.com/CZ-NIC/django-fido

https://github.com/Yubico/python-fido2

https://developers.yubico.com/python-fido2/

If someone were to make a PR, here is a good demo to replicate for django-allauth-2fa:

https://demo.yubico.com/webauthn-technical/registration

Django MFA2 App:

https://github.com/mkalioby/django-mfa2/

from django-allauth-2fa.

clokep avatar clokep commented on July 20, 2024

There's a django-otp-yubikey that would likely make this easy to integrate. Probably need to solve #23 first though.

from django-allauth-2fa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.