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 for Chrome caBLE v2 #126

Closed kwunder closed 2 years ago

kwunder commented 2 years ago

In chrome one can now use an Android phone as security key (see https://blog.millerti.me/2021/06/18/previewing-chromes-cable-v2-support-for-webauthn/ - the functionality has now made its way into the regular release of Chrome).

This methods returns the transport method name 'cable'. For this to work properly with py_webauthn, CABLE = 'cable' would have to be added to the class AuthenticatorTransport in structs.py

MasterKale commented 2 years ago

@kwunder Support for "cable" is now available in webauthn==1.5.0 on PyPI 🚀