Skip to content

duo-labs/duo-blog-going-passwordless-with-py-webauthn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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