authkits

Search Authkits

Search pages, documentation, and resources.

Django Authkits docs

Build the complete Django authentication and account-security stack.

Authkits integrates into your existing Django project and keeps you in control of the user model, database, email, deployment, templates, and infrastructure. These guides cover the shipped account flows, MFA, sessions and trusted devices, social authentication, headless APIs, abuse controls, audit history, offline licensing, and production operations.

Documentation guides

Start with the wheel install, then configure only the security and integration boundaries your app needs.

Quick start

Install the entitled Authkits Django wheel downloaded from your Authkits account.

Terminal
python -m pip install ./authkits_django-<version>-py3-none-any.whl

The base package needs Django, cryptography, and packaging. Social auth and DRF/headless support are explicit optional extras.

Installation guide