Skip to content

Releases: oliwarner/django-multifactor

v0.7.0

07 Jun 11:21
Compare
Choose a tag to compare

What's Changed

  • Fix issue with fido2 and localhost caused by the host to fido_server_id mismatch by @StevenMapes in #83
  • Fixes the spelling mistakes highlighted in #86 by @StevenMapes in #87
  • Adds email template for fallback token by @godswearhats in #66
  • HTML Email fallback with setting settings.MULTIFACTOR.HTML_EMAIL. This is defaulting to on, hence the minor version bump.

Dep Bumps

(Updated from earlier - the auto-package script needs a three-part version)

Full Changelog: v0.6.2...v0.7

v0.6.3rc2

02 May 12:48
Compare
Choose a tag to compare
v0.6.3rc2 Pre-release
Pre-release

What's Changed

  • Should work on Localhost, fix #82, with better domain checking and also alerting users of factors keyed to other domains.
  • Bump django from 3.2.24 to 3.2.25 by @dependabot in #78
  • Bump idna from 3.4 to 3.7 by @dependabot in #80
  • Bump vite from 4.5.2 to 4.5.3 in /design by @dependabot in #79
  • Fix issue with fido2 and localhost caused by the host to fido_server_id mismatch by @StevenMapes in #83

Full Changelog: v0.6.3rc1...v0.6.3rc2

v0.6.3rc1

21 Feb 11:56
6a02c50
Compare
Choose a tag to compare
v0.6.3rc1 Pre-release
Pre-release

This is a pre-release containing the following dependency merges

What's Changed

Full Changelog: v0.6.2...v0.6.3

v0.6.2

21 Feb 11:26
eef2d3f
Compare
Choose a tag to compare

What's Changed

  • Django 5 support: Updating documentation and pyproject.toml to show Python 3.12 and Django 5.0 support by @StevenMapes in #73

v0.6.1

02 Nov 12:10
fcc7d48
Compare
Choose a tag to compare

Bugfix to allow BYPASS to work on CBVs.

Thanks to @godswearhats

v0.6.0

09 Oct 21:41
Compare
Choose a tag to compare

Version 0.6.0

  • Conditional Bypass to allow you to turn off Django Multifactor in very specific circumstances, per #46
  • Tidying up the frontend packaging for developers.
  • Automating the build/release workflow.
  • Breaking Python support has shifted to 3.8+ thanks in large part to underlying library upgrades.
  • Breaking Removed U2F. Chrome dropped support for this over a year ago, and most U2F mechanisms also support WebAuthn so it's about time we pull support. If you have U2F keys in circulation, you need a plan to migrate users onto something better, or stick with older versions

v0.6.0rc6

05 Oct 11:17
Compare
Choose a tag to compare
v0.6.0rc6 Pre-release
Pre-release

Full Changelog: v0.6.0rc5...v0.6.0rc6

v0.6.0rc4

05 Oct 10:52
Compare
Choose a tag to compare
v0.6.0rc4 Pre-release
Pre-release

Just release-related changes.