maykin-2fa


Namemaykin-2fa JSON
Version 1.0.0 PyPI version JSON
download
home_page
SummaryAn opinionated integration of django-two-factor-auth in the Django admin interface.
upload_time2024-02-05 11:35:11
maintainer
docs_urlNone
author
requires_python>=3.10
licenseCopyright 2024 Maykin Media Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords django two factor 2fa mfa multi factor auth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Maykin 2FA
==========

:Version: 1.0.0
:Source: https://github.com/maykinmedia/maykin-2fa
:Keywords: django, two factor, multi factor auth, mfa

|build-status| |code-quality| |black| |coverage| |docs|

|python-versions| |django-versions| |pypi-version|

An opinionated integration of django-two-factor-auth_ in the Django admin interface.

.. contents::

.. section-numbering::

Features
========

* Uses upstream django-two-factor-auth package rather than maintaining a fork
* Ships templates in the Django admin login layout for the two-factor authentication flow
* Multi-factor authentication is enforced for admin users, but...
* Allows marking certain authentication backends (like Single-Sign-On solutions) as
  exempt from this rule
* Works with django-hijack out of the box
* Does not get in the way of using django-two-factor-auth for your public UI
* Commitment to support (at least) maintained Django LTS versions

Installation, usage and contributing
====================================

Please see the documentation hosted on Read The Docs.

.. _django-two-factor-auth: https://django-two-factor-auth.readthedocs.io/en/stable/index.html

.. |build-status| image:: https://github.com/maykinmedia/maykin-2fa/workflows/Run%20CI/badge.svg
    :alt: Build status
    :target: https://github.com/maykinmedia/maykin-2fa/actions?query=workflow%3A%22Run+CI%22

.. |code-quality| image:: https://github.com/maykinmedia/maykin-2fa/workflows/Code%20quality%20checks/badge.svg
     :alt: Code quality checks
     :target: https://github.com/maykinmedia/maykin-2fa/actions?query=workflow%3A%22Code+quality+checks%22

.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |coverage| image:: https://codecov.io/gh/maykinmedia/maykin-2fa/branch/main/graph/badge.svg
    :target: https://app.codecov.io/gh/maykinmedia/maykin-2fa
    :alt: Coverage status

.. |docs| image:: https://readthedocs.org/projects/maykin-2fa/badge/?version=latest
    :target: https://maykin-2fa.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. |python-versions| image:: https://img.shields.io/pypi/pyversions/maykin-2fa.svg

.. |django-versions| image:: https://img.shields.io/pypi/djversions/maykin-2fa.svg

.. |pypi-version| image:: https://img.shields.io/pypi/v/maykin-2fa.svg
    :target: https://pypi.org/project/maykin-2fa/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "maykin-2fa",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "django,two factor,2fa,mfa,multi factor auth",
    "author": "",
    "author_email": "Maykin Media <support@maykinmedia.nl>",
    "download_url": "https://files.pythonhosted.org/packages/30/e5/68c56151a92e6138ace5c002d349479c132ef632e0ac9f76b92d5612db51/maykin_2fa-1.0.0.tar.gz",
    "platform": null,
    "description": "Maykin 2FA\n==========\n\n:Version: 1.0.0\n:Source: https://github.com/maykinmedia/maykin-2fa\n:Keywords: django, two factor, multi factor auth, mfa\n\n|build-status| |code-quality| |black| |coverage| |docs|\n\n|python-versions| |django-versions| |pypi-version|\n\nAn opinionated integration of django-two-factor-auth_ in the Django admin interface.\n\n.. contents::\n\n.. section-numbering::\n\nFeatures\n========\n\n* Uses upstream django-two-factor-auth package rather than maintaining a fork\n* Ships templates in the Django admin login layout for the two-factor authentication flow\n* Multi-factor authentication is enforced for admin users, but...\n* Allows marking certain authentication backends (like Single-Sign-On solutions) as\n  exempt from this rule\n* Works with django-hijack out of the box\n* Does not get in the way of using django-two-factor-auth for your public UI\n* Commitment to support (at least) maintained Django LTS versions\n\nInstallation, usage and contributing\n====================================\n\nPlease see the documentation hosted on Read The Docs.\n\n.. _django-two-factor-auth: https://django-two-factor-auth.readthedocs.io/en/stable/index.html\n\n.. |build-status| image:: https://github.com/maykinmedia/maykin-2fa/workflows/Run%20CI/badge.svg\n    :alt: Build status\n    :target: https://github.com/maykinmedia/maykin-2fa/actions?query=workflow%3A%22Run+CI%22\n\n.. |code-quality| image:: https://github.com/maykinmedia/maykin-2fa/workflows/Code%20quality%20checks/badge.svg\n     :alt: Code quality checks\n     :target: https://github.com/maykinmedia/maykin-2fa/actions?query=workflow%3A%22Code+quality+checks%22\n\n.. |black| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n.. |coverage| image:: https://codecov.io/gh/maykinmedia/maykin-2fa/branch/main/graph/badge.svg\n    :target: https://app.codecov.io/gh/maykinmedia/maykin-2fa\n    :alt: Coverage status\n\n.. |docs| image:: https://readthedocs.org/projects/maykin-2fa/badge/?version=latest\n    :target: https://maykin-2fa.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. |python-versions| image:: https://img.shields.io/pypi/pyversions/maykin-2fa.svg\n\n.. |django-versions| image:: https://img.shields.io/pypi/djversions/maykin-2fa.svg\n\n.. |pypi-version| image:: https://img.shields.io/pypi/v/maykin-2fa.svg\n    :target: https://pypi.org/project/maykin-2fa/\n",
    "bugtrack_url": null,
    "license": "Copyright 2024 Maykin Media  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "An opinionated integration of django-two-factor-auth in the Django admin interface.",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/maykinmedia/maykin-2fa/issues",
        "Changelog": "https://github.com/maykinmedia/maykin-2fa/blob/main/CHANGELOG.rst",
        "Documentation": "http://maykin-2fa.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/maykinmedia/maykin-2fa",
        "Source Code": "https://github.com/maykinmedia/maykin-2fa"
    },
    "split_keywords": [
        "django",
        "two factor",
        "2fa",
        "mfa",
        "multi factor auth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "878f438174e301d60565728f5e44ca2e4a2f010a7492b883d2b4018acb69eef9",
                "md5": "1f8545d180fefe5bdd012bee777bfac9",
                "sha256": "fcce89fc0e195eb4f10e1cfd5fe18478758b3968ab378b28643f7b45e60cbae6"
            },
            "downloads": -1,
            "filename": "maykin_2fa-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f8545d180fefe5bdd012bee777bfac9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 29494,
            "upload_time": "2024-02-05T11:35:10",
            "upload_time_iso_8601": "2024-02-05T11:35:10.102178Z",
            "url": "https://files.pythonhosted.org/packages/87/8f/438174e301d60565728f5e44ca2e4a2f010a7492b883d2b4018acb69eef9/maykin_2fa-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30e568c56151a92e6138ace5c002d349479c132ef632e0ac9f76b92d5612db51",
                "md5": "381e20674be3fc1c64dc5a0de237aa02",
                "sha256": "5b4c149daaa6b0b2ea68970d24a2f878a6aae706c306ed2c66a18ed63a8ef4c2"
            },
            "downloads": -1,
            "filename": "maykin_2fa-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "381e20674be3fc1c64dc5a0de237aa02",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 28422,
            "upload_time": "2024-02-05T11:35:11",
            "upload_time_iso_8601": "2024-02-05T11:35:11.929079Z",
            "url": "https://files.pythonhosted.org/packages/30/e5/68c56151a92e6138ace5c002d349479c132ef632e0ac9f76b92d5612db51/maykin_2fa-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-05 11:35:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maykinmedia",
    "github_project": "maykin-2fa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "maykin-2fa"
}
        
Elapsed time: 0.18613s