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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Changelog
2
2
3
+
## v2.7.0
4
+
5
+
**Changes:**
6
+
7
+
- The `webauthn.helpers.options_to_json_dict` helper has a new, optional `bytes_encoder` argument that accepts a `Callable[[bytes], Any]` method. This enables the use of custom encoding logic when serializing `bytes` values. When this argument is unspecified, `bytes` values will continue to be encoded into Base64URL ([#257](https://github.com/duo-labs/py_webauthn/pull/257))
0 commit comments