duo-labs / py_webauthn

Pythonic WebAuthn 🐍
https://duo-labs.github.io/py_webauthn
BSD 3-Clause "New" or "Revised" License
856 stars 171 forks source link

Document base64url_to_bytes #131

Closed WesleyAC closed 1 year ago

WesleyAC commented 2 years ago

As a user of this library, it was quite surprising that it knows which JSON keys are bytes, and uses base64 to serialize/deserialize them — figuring that out required reading the code. It would be great if the readme mentioned that this encoding was in use, since it is non-standard and specific to this library.

MasterKale commented 1 year ago

Documentation has been added high-up in the README that should address this.