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

Add registration and authentication options JSON parsing #211

Closed MasterKale closed 6 months ago

MasterKale commented 6 months ago

This PR adds parse_registration_options_json() and parse_authentication_options_json() helpers to assist in getting raw dict's mapped to more complex types. Intended to help refactor use of Pydantic's .parse_obj() in projects using earlier versions of this library to v2.0.0+.

Fixes #210.