Skip to content

miguelgrinberg/flask-webauthn-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask WebAuthn Demo

This is a fully functional example that shows how to implement second-factor authentication through biometric or hardware key verification in a Flask application.

Setup

  • Clone this repository and change into the top-level directory
  • Set up virtual environment and install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
  • Create the database:
flask create-db
  • Start the application:
flask run

The application should now be ready to use at http://localhost:5000.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published