webauthn-rp

WebAuthn-RP is a Python 3 library to manage credentials that conform to the Web Authentication specification.


Keywords
credentials, fido-u2f, fido2, python3, webauthn, webauthn-library, webauthn-rp
License
MIT
Install
pip install webauthn-rp==0.0.10

Documentation




Travis Build Codecov Read the Docs

WebAuthn-RP is a Python 3 library to manage credentials that conform to the Web Authentication specification.

You can use it as a relying party on the server-side to interface with your database and routing layers. It is designed to work across different frameworks without any changes.

Getting Started

To quickly install the library you can use pip:

pip install webauthn-rp

To learn more about how to use the library (which is currently in alpha), please visit the documentation at readthedocs.

You can also find some of the examples which are covered in the docs under /examples.