Compare commits
2 Commits
fido==1.0.
...
v2.5b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7a0c77108f | ||
|
|
84b9d297d2 |
@@ -1,6 +1,7 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
## 2.5.0
|
## 2.5.0
|
||||||
|
|
||||||
|
* Bumped fido2 version to 1.0
|
||||||
* Fixed: issue in the 'Authorize' button don't show on Firefox and Chrome on iOS.
|
* Fixed: issue in the 'Authorize' button don't show on Firefox and Chrome on iOS.
|
||||||
Note: It seems Firefox doesn't support WebAuthn on iOS
|
Note: It seems Firefox doesn't support WebAuthn on iOS
|
||||||
* Fixed: Support for bootstrap5
|
* Fixed: Support for bootstrap5
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -4,7 +4,7 @@ from setuptools import find_packages, setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='django-mfa2',
|
name='django-mfa2',
|
||||||
version='2.5.0dev',
|
version='2.5.0b1',
|
||||||
description='Allows user to add 2FA to their accounts',
|
description='Allows user to add 2FA to their accounts',
|
||||||
long_description=open("README.md").read(),
|
long_description=open("README.md").read(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
@@ -31,7 +31,7 @@ setup(
|
|||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
zip_safe=False, # because we're including static files
|
zip_safe=False, # because we're including static files
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 5 - Production/Stable",
|
"Development Status :: 4 - Beta",
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
"Framework :: Django :: 2.0",
|
"Framework :: Django :: 2.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user