Skip to content

Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.

License

Notifications You must be signed in to change notification settings

Magnie/django-two-factor-auth

This branch is 3 commits ahead of, 76 commits behind jazzband/django-two-factor-auth:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2023
Oct 17, 2023
Feb 6, 2024
Jan 8, 2024
Dec 17, 2023
Jan 17, 2024
Sep 22, 2023
Feb 1, 2020
Aug 30, 2021
Oct 7, 2020
Dec 18, 2023
Sep 22, 2023
Oct 29, 2022
Jun 1, 2014
Jan 23, 2023
Oct 18, 2023
Aug 14, 2023
Oct 18, 2023
Jan 15, 2023
Oct 28, 2022
Oct 2, 2023
Aug 14, 2023

Repository files navigation

Django Two-Factor Authentication

Jazzband Build Status Test Coverage PyPI

Complete Two-Factor Authentication for Django. Built on top of the one-time password framework django-otp and Django's built-in authentication framework django.contrib.auth for providing the easiest integration into most Django projects. Inspired by the user experience of Google's Two-Step Authentication, allowing users to authenticate through call, text messages (SMS), by using a token generator app like Google Authenticator or a YubiKey hardware token generator (optional).

If you run into problems, please file an issue on GitHub, or contribute to the project by forking the repository and sending some pull requests. The package is translated into English, Dutch and other languages. Please contribute your own language using Transifex.

Test drive this app through the example app. It demos most features except the Twilio integration. The example also includes django-user-sessions for providing Django sessions with a foreign key to the user. Although the package is optional, it improves account security control over django.contrib.sessions.

Compatible with supported Django and Python versions. At the moment of writing that includes 3.2, 4.0, 4.1, and 4.2 on Python 3.8, 3.9, 3.10 and 3.11. Documentation is available at readthedocs.io.

Installation

Refer to the installation instructions in the documentation.

Getting help

For general questions regarding this package, please hop over to Stack Overflow. If you think there is an issue with this package; check if the issue is already listed (either open or closed), and file an issue if it's not.

Contribute

Read the contribution guidelines.

See Also

Have a look at django-user-sessions for Django sessions with a foreign key to the user. This package is also included in the example app.

License

The project is licensed under the MIT license.

About

Complete Two-Factor Authentication for Django providing the easiest integration into most Django projects.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 91.3%
  • HTML 7.1%
  • JavaScript 1.2%
  • Makefile 0.4%