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

feat/backup-state #136

Closed MasterKale closed 2 years ago

MasterKale commented 2 years ago

This PR adds in support for parsing the new Backup Eligibility and Backup State flags added to the draft of the L3 spec:

https://w3c.github.io/webauthn/#sctn-credential-backup

These flags will start being used imminently as passkeys approach general availability, and I thought it wise to try and get out ahead of that.