/fastapi-with-webauthn

This is the repo for showcase to authenticate fastapi with webauthn

Primary LanguagePython

Installation

  1. Please run below command in your linux.
sudo apt install ffmpeg
  1. Next step is installing dependencies.
pip install -r requirements.txt
  1. If you want to run tests please install below requirements as well.
pip install -r requirements-dev.txt

How to run the code in local machine

  1. You can just run below command in your terminal
uvicorn src.main:app
  1. Navigate to link below - http://localhost:8000/

  2. You should see the page already.