py_webauthn¶
A Python3 implementation of the server-side of the WebAuthn API focused on making it easy to leverage the power of WebAuthn.
This library supports all FIDO2-compliant authenticators, including security keys, Touch ID, Face ID, Windows Hello, Android biometrics…and pretty much everything else.
Installation¶
This module is available on PyPI:
pip install webauthn
Requirements¶
Python 3.8 and up