Skip to content

v2.7.0

Latest

Choose a tag to compare

@MasterKale MasterKale released this 04 Sep 23:18
· 12 commits to master since this release

Changes:

  • 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)