django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
5b45c17f33f09062bcff0fa902f5d7b25769e7a5
parent
fa1213f7bc64a38cb302381d1268eac3f7ebe617
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-05-21 13:09
remove support for fido2 2.x for now

Diffstat

M pyproject.toml 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/pyproject.toml b/pyproject.toml

@@ -24,7 +24,7 @@ classifiers = [
   24    24 ]
   25    25 dependencies = [
   26    26     "pyotp",
   27    -1     "fido2>=1.2.0",
   -1    27     "fido2>=1.2.0,<2.0",
   28    28     # https://github.com/lincolnloop/python-qrcode/issues/317
   29    29     "qrcode>=7.1,<7.4",
   30    30     "django>=3.2",