Releases: mkalioby/django-mfa2
Releases · mkalioby/django-mfa2
v2.5b1
The first beta for v2.5, includes
- Bumped fido2 version to 1.0
- 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
- Fixed: Support for bootstrap5
Thanks to @ezrajrice
v2.4.0
- Fixed: issue in the 'Authorize' button don't show on Safari Mobile.
- Upgrade to FIDO2 0.9.2, to fix issue with Windows 11.
- Fixed: Minor Typos.
v2.3.0
2.3.0
- Fixed: A missing import Thanks @AndreasDickow
- Fixed:
MFA.html
now call {{block.super}}
for head and content blocks, thanks to @mnelson4
- Added: #55 introduced
mfa_base.html
which will be extended by MFA.html
for better styling
v2.2.0
- Added: MFA_REDIRECT_AFTER_REGISTRATION settings parameter
- Fixed: Deprecation error for NULBooleanField
v2.1.0
- Added: Support For Touch ID and Face ID on macOS and iOS
v2.1.0b1
This version include beta testing of Touch ID, see #33
v2.0.5
Changes
- Fixed issue in version
- Fixed: Closes #30
v2.0.3
- Fixes version in the library
- Fixes #27, thanks to @swainn
v2.0
- Dropped support to djangp-1.8 and Python 2.7
- Added: never-cache decorator
- Fixes to Make Email Method More Robust
- Addresses several structure and style issues with TOTP and Email dialogs
- Updated to fido2 0.8.1
Thanks to @swainn