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

Support CredentialProtectionPolicy #127

Closed jeriox closed 1 year ago

jeriox commented 2 years ago

When working with discoverable credentials, it is favourable to be able to control the credential protection policy (https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-credProtect-extension). Currently, py_webauthn does not support this.