Upgrade FIDO2 and fix Authorize button on iOS

This commit is contained in:
Mohamed El-Kalioby
2021-10-14 19:37:40 +03:00
parent 773a16df50
commit 5475a3bf87
5 changed files with 16 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
setup(
name='django-mfa2',
version='2.3.0',
version='2.4.0',
description='Allows user to add 2FA to their accounts',
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
@@ -24,7 +24,7 @@ setup(
'ua-parser',
'user-agents',
'python-jose',
'fido2 == 0.9.1',
'fido2 == 0.9.2',
'jsonLookup'
],
python_requires=">=3.5",