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

Update response structures for new L3 draft JSON serialization #143

Closed MasterKale closed 1 year ago

MasterKale commented 1 year ago

WebAuthn L3 will introduce new JSON serialization methods and structs that this project can preemptively conform to. See the following links for more info:

MasterKale commented 1 year ago

Note: this issue will involve rearranging some data structures, for example moving transports a level deeper into RegistrationCredential.response instead of defining it in the root of RegistrationCredential.

MasterKale commented 1 year ago

These changes have gone out as webauthn==1.8.0:

https://pypi.org/project/webauthn/1.8.0/