Skip to main content

Complete Two-Factor Authentication for Django

Project description

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).

I would love to hear your feedback on this package. 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 online example app, hosted by Heroku. 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 modern Django versions. At the moment of writing that’s including 1.11 and 2.0 on Python 2.7, 3.4, 3.5 and 3.6. Documentation is available at readthedocs.org.

Installation

Refer to the installation instructions in the documentation.

Contribute

  • Submit issues to the issue tracker on Github.

  • Fork the source code at Github.

  • Write some code and make sure it is covered with unit tests.

  • Send a pull request with your changes.

  • Provide a translation using Transifex.

Running tests

This project aims for full code-coverage, this means that your code should be well-tested. Also test branches for hardened code. You can run the full test suite with:

make test

Or run a specific test with:

make test TARGET=tests.tests.TwilioGatewayTest

For Python compatibility, tox is used. You can run the full test suite, covering all supported Python and Django version with:

tox

Releasing

The following actions are required to push a new version:

  • Update release notes

  • If any new translations strings were added, push the new source language to Transifex. Make sure translators have sufficient time to translate those new strings:

    make tx-push
  • Add migrations:

    python example/manage.py makemigrations two_factor
    git commit two_factor/migrations -m "Added migrations"
  • Update translations:

    make tx-pull
  • Package and upload:

    bumpversion [major|minor|patch]
    git push && git push --tags
    python setup.py sdist bdist_wheel
    twine upload dist/*

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 online example app.

License

The project is licensed under the MIT license.

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

django-two-factor-auth-1.7.0.tar.gz (86.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_two_factor_auth-1.7.0-py2.py3-none-any.whl (211.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-two-factor-auth-1.7.0.tar.gz.

File metadata

File hashes

Hashes for django-two-factor-auth-1.7.0.tar.gz
Algorithm Hash digest
SHA256 21ee5a97a2e354973680a4d21f48fdc59d4660f01b4c645e9e19269813733543
MD5 a97c86b4d8e0812d01f597b73c19281b
BLAKE2b-256 3e7abe93b115e25c680e8cd328a3fd39c488734cac071af1830744d7043aaaec

See more details on using hashes here.

File details

Details for the file django_two_factor_auth-1.7.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_two_factor_auth-1.7.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ae60423decd63aad85dff68d47784d9bf64cf45d7d6cd37e0664d9e6d5d5b37e
MD5 91f7a1a78e5655f9185c048ecb57b9cd
BLAKE2b-256 bcbd60e6fde81c576554d80b65f4f70f2f131fa7fd02a24cdb31eb6b833ef46e

See more details on using hashes here.

Supported by

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