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

Home Page:https://duo.com/blog/going-passwordless-with-py-webauthn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

https://duo.com/blog/going-passwordless-with-py-webauthn


Languages

Language:Python 49.2%Language:JavaScript 30.0%Language:HTML 13.0%Language:CSS 7.3%Language:Shell 0.6%