django-mfa icon indicating copy to clipboard operation
django-mfa copied to clipboard

u2flib_server is now deprecated

Open FeralRobot opened this issue 3 years ago • 0 comments

django-mfa install requires the package python-u2flib-server (this is only documented in these github issues, but this issue is hit right away when adding the django-mfa into a requirements.txt file, so only a minor annoyance).

However, the package python-u2flib-server is now deprecated and the github documentation for python-u2flib-server refers you to a new package python-fido2

Are there any plans to add support for a supported package such as python-fido2?

FeralRobot avatar Jul 18 '22 23:07 FeralRobot