Skip to main content

Django app for WebAuthn and TOTP-based multi-factor authentication

Project description

Kagi

Code of Conduct Build Status Code Coverage Documentation Status PyPI Version

Kagi provides support for FIDO WebAuthn security keys and TOTP tokens in Django.

Kagi is a relatively young project and has not yet been fully battle-tested. Its use in a high-impact environment should be accompanied by a thorough understanding of how it works before relying on it.

Installation

python -m pip install kagi

Add kagi to INSTALLED_APPS and include kagi.urls somewhere in your URL patterns. Set: LOGIN_URL = "kagi:login"

Make sure that Django’s built-in login view does not have a urlpattern, because it will authenticate users without their second factor. Kagi provides its own login view to handle that.

Demo

To see a demo, use the test project included in this repository and perform the following steps (creating and activating a virtual environment first is optional).

First, install Poetry:

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/install-poetry.py | python -

Clone the Kagi source code and switch to its directory:

git clone https://github.com/justinmayer/kagi.git && cd kagi

Install dependencies, run database migrations, create a user, and serve the demo:

poetry install
poetry shell
invoke migrate
python testproj/manage.py createsuperuser
invoke serve

You should now be able to see the demo project login page in your browser at: http://localhost:8000/kagi/login

Supported browsers and versions can be found here: https://caniuse.com/webauthn For domains other than localhost, WebAuthn requires that the site is served over a secure (HTTPS) connection.

Since you haven’t added any security keys yet, you will be logged in with just a username and password. Once logged in and on the multi-factor settings page, choose “Manage WebAuthn keys” and then “Add another key” and follow the provided instructions. Once WebAuthn and/or TOTP has been successfully configured, your account will be protected by multi-factor authentication, and when you log in the next time, your WebAuthn key or TOTP token will be required.

You can manage the keys attached to your account on the key management page at: http://localhost:8000/kagi/keys

Using WebAuthn Keys on Linux

Some distros don’t come with udev rules to make USB HID /dev/ nodes accessible to normal users. If your key doesn’t light up and start flashing when you expect it to, this might be what is happening. See https://github.com/Yubico/libu2f-host/issues/2 and https://github.com/Yubico/libu2f-host/blob/master/70-u2f.rules for some discussion of the rule to make it accessible. If you just want a quick temporary fix, you can run sudo chmod 666 /dev/hidraw* every time after you plug in your key (the files disappear after unplugging).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kagi-0.2.0.tar.gz (25.8 kB view details)

Uploaded Source

Built Distribution

kagi-0.2.0-py3-none-any.whl (35.1 kB view details)

Uploaded Python 3

File details

Details for the file kagi-0.2.0.tar.gz.

File metadata

  • Download URL: kagi-0.2.0.tar.gz
  • Upload date:
  • Size: 25.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.11.0-1020-azure

File hashes

Hashes for kagi-0.2.0.tar.gz
Algorithm Hash digest
SHA256 8f06a6d3f8924eb344d17326828fd722111471f0c0c77cf850f7068e9629b9b7
MD5 8ce46281c231e08916f869fb730db667
BLAKE2b-256 0b3576fa9a939f5212e81b169b7e0e0e278e50876d04d75f54a56bacf8e41879

See more details on using hashes here.

File details

Details for the file kagi-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: kagi-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 35.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.11 CPython/3.10.0 Linux/5.11.0-1020-azure

File hashes

Hashes for kagi-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 22cc882181a044d649e36d3aa3078a9bfd5ea70ffec771bee7fa59ed378026f7
MD5 6b9bb00fb1b92b580134bd55c4e1ff8a
BLAKE2b-256 78ff71e1d87feae6a7f99606810c6a6932efb05996a22c089653490b79978a6b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page