Skip to content

Releases: mkalioby/django-mfa2

v2.6.0

01 Oct 09:48

Choose a tag to compare

v2.6.0

  • Adding Backup Recovery Codes (Recovery) as a method.
    Thanks to @Spitfireap for work, and @peterthomassen for guidance.
    • Added: RECOVERY_ITERATION to set the number of iteration when hashing recovery token
    • Added: MFA_ENFORCE_RECOVERY_METHOD to enforce the user to enroll in the recovery code method once, they add any other method,
    • Added: MFA_ALWAYS_GO_TO_LAST_METHOD to the settings which redirects the user automatically to the last used method when logging in
    • Added: MFA_RENAME_METHODS to be able to rename the methods for the user.
    • Fix: Alot of CSS fixes for the example application

v2.6.0rc1

11 Sep 06:56
cf527d9

Choose a tag to compare

v2.6.0rc1 Pre-release
Pre-release
  • Adding Backup Recovery Codes (Recovery) as a method.
    Thanks to @Spitfireap for work, and @peterthomassen for guidance.
  • Added: RECOVERY_ITERATION to set the number of iteration when hashing recovery token
  • Added: MFA_ENFORCE_RECOVERY_METHOD to enforce the user to enroll in the recovery code method once, they add any other method,
  • Added: MFA_ALWAYS_GO_TO_LAST_METHOD to the settings which redirects the user automatically to the last used method when logging in
  • Added: MFA_RENAME_METHODS to be able to rename the methods for the user.
  • Fix: Alot of CSS fixes for the example application

v2.5

22 Jun 13:11
0936ea2

Choose a tag to compare

2.5.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
  • Upgraded to fido==1.0.0

v2.5b1

16 Jun 17:05

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

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

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

Choose a tag to compare

  • Added: MFA_REDIRECT_AFTER_REGISTRATION settings parameter
  • Fixed: Deprecation error for NULBooleanField

v2.1.0

20 Jan 14:13

Choose a tag to compare

  • Added: Support For Touch ID and Face ID on macOS and iOS

v2.1.0b1

18 Jan 16:51

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

Choose a tag to compare

Changes

  • Fixed issue in version
  • Fixed: Closes #30