Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 543 Bytes

File metadata and controls

27 lines (17 loc) · 543 Bytes

Going Passwordless with py_webauthn (Sample RP)

A basic implementation of a WebAuthn RP using the py_webauthn library for passwordless account registration and authentication.

Requirements

  • Python 3.9+

Starting the demo

First, set up a virtual environment:

python3 -m venv venv && source venv/bin/activate

Next, install dependencies:

pip install -r requirements.txt

Finally, run the server to view the demo at http://localhost:5000:

./start-server.sh