Changes:
- The
webauthn.helpers.options_to_json_dict
helper has a new, optionalbytes_encoder
argument that accepts aCallable[[bytes], Any]
method. This enables the use of custom encoding logic when serializingbytes
values. When this argument is unspecified,bytes
values will continue to be encoded into Base64URL (#257)