We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00fb60 commit ecabef2Copy full SHA for ecabef2
CHANGES.md
@@ -1,3 +1,13 @@
1
+0.14.0 (2024-12-06)
2
+-------------------
3
+
4
+- Use `autocomplete="one-time-code"` on form inputs
5
+- Set `Auto-Submitted` header in emails
6
+- Align handling of localhost as a secure context with upstream. Notably,
7
+ this means that `DEBUG` no longer has any effect and that `127.0.0.1` is no
8
+ longer treated as a secure context.
9
10
11
0.13.0 (2024-06-18)
12
-------------------
13
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "django-mfa3"
-version = "0.13.0"
+version = "0.14.0"
description = "multi factor authentication for django"
readme = "README.md"
license = {text = "MIT"}
0 commit comments