Releases: mkalioby/django-mfa2
Releases · mkalioby/django-mfa2
v2.6.0
v2.6.0
- Adding Backup Recovery Codes (Recovery) as a method.
Thanks to @Spitfireap for work, and @peterthomassen for guidance.- Added:
RECOVERY_ITERATIONto set the number of iteration when hashing recovery token - Added:
MFA_ENFORCE_RECOVERY_METHODto enforce the user to enroll in the recovery code method once, they add any other method, - Added:
MFA_ALWAYS_GO_TO_LAST_METHODto the settings which redirects the user automatically to the last used method when logging in - Added:
MFA_RENAME_METHODSto be able to rename the methods for the user. - Fix: Alot of CSS fixes for the example application
- Added:
v2.6.0rc1
- Adding Backup Recovery Codes (Recovery) as a method.
Thanks to @Spitfireap for work, and @peterthomassen for guidance. - Added:
RECOVERY_ITERATIONto set the number of iteration when hashing recovery token - Added:
MFA_ENFORCE_RECOVERY_METHODto enforce the user to enroll in the recovery code method once, they add any other method, - Added:
MFA_ALWAYS_GO_TO_LAST_METHODto the settings which redirects the user automatically to the last used method when logging in - Added:
MFA_RENAME_METHODSto be able to rename the methods for the user. - Fix: Alot of CSS fixes for the example application
v2.5
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
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