Name | django-two-factor-auth JSON |
Version |
1.17.0
JSON |
| download |
home_page | None |
Summary | Complete Two-Factor Authentication for Django |
upload_time | 2024-08-12 06:28:43 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT |
keywords |
django
two-factor
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
================================
Django Two-Factor Authentication
================================
.. image:: https://jazzband.co/static/img/badge.svg
:target: https://jazzband.co/
:alt: Jazzband
.. image:: https://github.com/jazzband/django-two-factor-auth/workflows/build/badge.svg?branch=master
:alt: Build Status
:target: https://github.com/jazzband/django-two-factor-auth/actions
.. image:: https://codecov.io/gh/jazzband/django-two-factor-auth/branch/master/graph/badge.svg
:alt: Test Coverage
:target: https://codecov.io/gh/jazzband/django-two-factor-auth
.. image:: https://badge.fury.io/py/django-two-factor-auth.svg
:alt: PyPI
:target: https://pypi.python.org/pypi/django-two-factor-auth
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 4.2, 5.0, and 5.1 on Python 3.8 to 3.12.
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.
.. _`example app`:
https://github.com/jazzband/django-two-factor-auth/tree/master/example
.. _django-otp: https://pypi.org/project/django-otp/
.. _Transifex: https://explore.transifex.com/Bouke/django-two-factor-auth/
.. _Twilio: https://www.twilio.com/
.. _contribution guidelines:
https://github.com/jazzband/django-two-factor-auth/blob/master/CONTRIBUTING.rst
.. _django-user-sessions: https://pypi.org/project/django-user-sessions/
.. _readthedocs.io: https://django-two-factor-auth.readthedocs.io/en/stable/index.html
.. _`installation instructions`:
https://django-two-factor-auth.readthedocs.io/en/stable/installation.html
.. _`Stack Overflow`:
https://stackoverflow.com/questions/tagged/django-two-factor-auth
.. _Yubikey: https://www.yubico.com/products/yubikey-hardware/
Raw data
{
"_id": null,
"home_page": null,
"name": "django-two-factor-auth",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Claude Paroz <claude@2xlibre.net>, Matt Molyneaux <moggers87+git@moggers87.co.uk>",
"keywords": "django, two-factor",
"author": null,
"author_email": "Bouke Haarsma <bouke@haarsma.eu>",
"download_url": "https://files.pythonhosted.org/packages/df/be/8885500b72e875c1449f08a0d331180e928eaff22a14d312a0a807814958/django_two_factor_auth-1.17.0.tar.gz",
"platform": null,
"description": "================================\nDjango Two-Factor Authentication\n================================\n\n.. image:: https://jazzband.co/static/img/badge.svg\n :target: https://jazzband.co/\n :alt: Jazzband\n\n.. image:: https://github.com/jazzband/django-two-factor-auth/workflows/build/badge.svg?branch=master\n :alt: Build Status\n :target: https://github.com/jazzband/django-two-factor-auth/actions\n\n.. image:: https://codecov.io/gh/jazzband/django-two-factor-auth/branch/master/graph/badge.svg\n :alt: Test Coverage\n :target: https://codecov.io/gh/jazzband/django-two-factor-auth\n\n.. image:: https://badge.fury.io/py/django-two-factor-auth.svg\n :alt: PyPI\n :target: https://pypi.python.org/pypi/django-two-factor-auth\n\nComplete Two-Factor Authentication for Django. Built on top of the one-time\npassword framework django-otp_ and Django's built-in authentication framework\n``django.contrib.auth`` for providing the easiest integration into most Django\nprojects. Inspired by the user experience of Google's Two-Step Authentication,\nallowing users to authenticate through call, text messages (SMS), by using a\ntoken generator app like Google Authenticator or a YubiKey_ hardware token\ngenerator (optional).\n\nIf you run into problems, please file an issue on GitHub, or contribute to the\nproject by forking the repository and sending some pull requests. The package\nis translated into English, Dutch and other languages. Please contribute your\nown language using Transifex_.\n\nTest drive this app through the `example app`_. It demos most features except\nthe Twilio integration. The example also includes django-user-sessions_ for\nproviding Django sessions with a foreign key to the user. Although the package\nis optional, it improves account security control over\n``django.contrib.sessions``.\n\nCompatible with supported Django and Python versions. At the moment of writing\nthat includes 4.2, 5.0, and 5.1 on Python 3.8 to 3.12.\nDocumentation is available at `readthedocs.io`_.\n\n\nInstallation\n============\nRefer to the `installation instructions`_ in the documentation.\n\n\nGetting help\n============\n\nFor general questions regarding this package, please hop over to `Stack Overflow`_.\nIf you think there is an issue with this package; check if the\nissue is already listed (either open or closed), and file an issue if\nit's not.\n\n\nContribute\n==========\nRead the `contribution guidelines`_.\n\n\nSee Also\n========\nHave a look at django-user-sessions_ for Django sessions with a foreign key to\nthe user. This package is also included in the `example app`_.\n\n\nLicense\n=======\nThe project is licensed under the MIT license.\n\n.. _`example app`:\n https://github.com/jazzband/django-two-factor-auth/tree/master/example\n.. _django-otp: https://pypi.org/project/django-otp/\n.. _Transifex: https://explore.transifex.com/Bouke/django-two-factor-auth/\n.. _Twilio: https://www.twilio.com/\n.. _contribution guidelines:\n https://github.com/jazzband/django-two-factor-auth/blob/master/CONTRIBUTING.rst\n.. _django-user-sessions: https://pypi.org/project/django-user-sessions/\n.. _readthedocs.io: https://django-two-factor-auth.readthedocs.io/en/stable/index.html\n.. _`installation instructions`:\n https://django-two-factor-auth.readthedocs.io/en/stable/installation.html\n.. _`Stack Overflow`:\n https://stackoverflow.com/questions/tagged/django-two-factor-auth\n.. _Yubikey: https://www.yubico.com/products/yubikey-hardware/\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Complete Two-Factor Authentication for Django",
"version": "1.17.0",
"project_urls": {
"Changelog": "https://github.com/jazzband/django-two-factor-auth/blob/master/CHANGELOG.md",
"Documentation": "https://django-two-factor-auth.readthedocs.io/en/stable/",
"Homepage": "https://github.com/jazzband/django-two-factor-auth"
},
"split_keywords": [
"django",
" two-factor"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "edbf9e6f2ac10a30b4024f0df5c43959ce1f7e0e065ffc020627ba75d847b3c5",
"md5": "473d4b124b4391deb72555692874bf69",
"sha256": "622e78b0d6cf12eeafa239665d99c1221c399228f2f902fe478aea7759995e0e"
},
"downloads": -1,
"filename": "django_two_factor_auth-1.17.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "473d4b124b4391deb72555692874bf69",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 298654,
"upload_time": "2024-08-12T06:29:18",
"upload_time_iso_8601": "2024-08-12T06:29:18.326797Z",
"url": "https://files.pythonhosted.org/packages/ed/bf/9e6f2ac10a30b4024f0df5c43959ce1f7e0e065ffc020627ba75d847b3c5/django_two_factor_auth-1.17.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "dfbe8885500b72e875c1449f08a0d331180e928eaff22a14d312a0a807814958",
"md5": "518b7bfde4b30cb7d5be99fa359401b0",
"sha256": "a2dcc3efedd0ce4b4c14d389766c9fd8e13cabdff5e4e1b645adeb650c550cf7"
},
"downloads": -1,
"filename": "django_two_factor_auth-1.17.0.tar.gz",
"has_sig": false,
"md5_digest": "518b7bfde4b30cb7d5be99fa359401b0",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 170336,
"upload_time": "2024-08-12T06:28:43",
"upload_time_iso_8601": "2024-08-12T06:28:43.936305Z",
"url": "https://files.pythonhosted.org/packages/df/be/8885500b72e875c1449f08a0d331180e928eaff22a14d312a0a807814958/django_two_factor_auth-1.17.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-12 06:28:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jazzband",
"github_project": "django-two-factor-auth",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "django-two-factor-auth"
}