We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basic task: Add two factor authentication to Inyokas login, as that is a standard by now. (was f.e. requested in https://forum.ubuntuusers.de/topic/2fa-fuer-ubuntuusers/)
The text was updated successfully, but these errors were encountered:
Great! I'll have a thorough look at this.
Sorry, something went wrong.
No branches or pull requests
Basic task: Add two factor authentication to Inyokas login, as that is a standard by now. (was f.e. requested in https://forum.ubuntuusers.de/topic/2fa-fuer-ubuntuusers/)
- https://github.com/jazzband/django-two-factor-auth (seems to support only OTP spontaniously)
- https://github.com/django-otp/django-otp (used by django-two-factor-auth, 'more low-level')
- https://pypi.org/project/django-fido/ (marked as beta)
- https://pypi.org/project/django-mfa2/ (supports OTP and FIDO and more)
- https://pypi.org/project/django-mfa3/ (marked as beta, by design only supports FIDO2 and TOTP compared to (nor related) django-mfa2, see drawbacks/comments in README)
- https://developers.yubico.com/python-fido2/ (used by django-mfa2, 'more low-level')
The text was updated successfully, but these errors were encountered: