Skip to content

Releases: mkalioby/django-mfa2

v2.5b1

16 Jun 17:05
Compare
Choose a tag to compare

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

29 Oct 10:27
Compare
Choose a tag to compare
  • 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

21 Sep 17:27
Compare
Choose a tag to compare

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

13 Jun 11:44
Compare
Choose a tag to compare
  • Added: MFA_REDIRECT_AFTER_REGISTRATION settings parameter
  • Fixed: Deprecation error for NULBooleanField

v2.1.0

20 Jan 14:13
Compare
Choose a tag to compare
  • Added: Support For Touch ID and Face ID on macOS and iOS

v2.1.0b1

18 Jan 16:51
Compare
Choose a tag to compare
v2.1.0b1 Pre-release
Pre-release

This version include beta testing of Touch ID, see #33

v2.0.5

08 Dec 14:40
Compare
Choose a tag to compare

Changes

  • Fixed issue in version
  • Fixed: Closes #30

v2.0.3

10 Nov 06:07
Compare
Choose a tag to compare
  • Fixes version in the library
  • Fixes #27, thanks to @swainn

v2.0.1

10 Sep 06:10
5b97d5a
Compare
Choose a tag to compare

Fixed issue with migration on postgres and SQLite
Thanks to @swainn and @willingham

v2.0

09 Sep 16:07
Compare
Choose a tag to compare
  • 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