You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Change Log
2
2
3
+
## 3.1
4
+
5
+
* Upgraded to fido==1.2.0
6
+
* Added: CSP Compliance (optional), thanks to @lvanbuiten, to under CSP refer to [van Buiten](https://github.com/mkalioby/django-mfa2/pull/93#issuecomment-2847112870)
7
+
* Fix: issue when finding the user based on credential id.
8
+
* Fix: Move key delete to be POST call. Thanks to @AndreasDickow
9
+
10
+
## 3.0.1
11
+
12
+
* Fix: Issue with some usernames that crashes FIDO2 registration.
13
+
3
14
## 3.0
4
15
5
16
This is a major cleanup and CSS adjustments so please test before deployment.
$("#res").html("<div class='alert alert-success'>Registered Successfully, but <a href='"+manage_recovery_codes+"'>redirecting to "+RECOVERY_METHOD+" method</a></div>")
47
+
}else
48
+
$("#res").html("<div class='alert alert-danger'>Registration Failed as "+res["message"]+", <a href='#' id='failed_begin_reg'> try again or <a href='"+mfa_home+"'> Go to Security Home</a></div>")
$("#res").html("<div class='alert alert-danger'>Registration Failed as "+reason+", <a href='#' id='failed_begin_reg'> try again </a> or <a href='"+mfa_home+"'> Go to Security Home</a></div>")
0 commit comments