drf-2fa


Namedrf-2fa JSON
Version 1.0.3 PyPI version JSON
download
home_pagehttps://github.com/farhad0085/drf-2fa
SummaryIntegrate 2 Factor Authentication in Your Django REST API project easily.
upload_time2024-05-29 11:38:27
maintainerNone
docs_urlNone
authorFarhad Hossain
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DRF 2FA (Two Factor Authentication)
Integrate 2 Factor Authentication in Your Django REST API project easily.

## Features
- Email based OTP authentication
- SMS based OTP authentication
    - Twilio
- Third party Authenticator App authentication
- Ability to skip/disable 2fa on current device (In Progress)
- Ability to use multiple authentication methods (In Progress)

## Documentation
- [Installation](https://drf-2fa.readthedocs.io/en/latest/installation/)
- [Configuration](https://drf-2fa.readthedocs.io/en/latest/configuration/)
- [Usage](https://drf-2fa.readthedocs.io/en/latest/usage/)
- [Settings](https://drf-2fa.readthedocs.io/en/latest/settings/)
- [API Reference](https://drf-2fa.readthedocs.io/en/latest/backends/)

Implementing Two Factor Authentication has never been easier!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/farhad0085/drf-2fa",
    "name": "drf-2fa",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Farhad Hossain",
    "author_email": "farhadhossain0085@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/10/bff47f382d6da00bbf720ea7107f81db49478e066c6a9718969877c8de48/drf-2fa-1.0.3.tar.gz",
    "platform": null,
    "description": "# DRF 2FA (Two Factor Authentication)\r\nIntegrate 2 Factor Authentication in Your Django REST API project easily.\r\n\r\n## Features\r\n- Email based OTP authentication\r\n- SMS based OTP authentication\r\n    - Twilio\r\n- Third party Authenticator App authentication\r\n- Ability to skip/disable 2fa on current device (In Progress)\r\n- Ability to use multiple authentication methods (In Progress)\r\n\r\n## Documentation\r\n- [Installation](https://drf-2fa.readthedocs.io/en/latest/installation/)\r\n- [Configuration](https://drf-2fa.readthedocs.io/en/latest/configuration/)\r\n- [Usage](https://drf-2fa.readthedocs.io/en/latest/usage/)\r\n- [Settings](https://drf-2fa.readthedocs.io/en/latest/settings/)\r\n- [API Reference](https://drf-2fa.readthedocs.io/en/latest/backends/)\r\n\r\nImplementing Two Factor Authentication has never been easier!\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Integrate 2 Factor Authentication in Your Django REST API project easily.",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/farhad0085/drf-2fa"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "18d52c99305a866d2afd6cd1d444dcbbe1f26ef3f9c2a4079760579c31901ea9",
                "md5": "b10f6984b1c49aed28e6f0ecb479956f",
                "sha256": "5b50783c7b5f68853014f62a3b9f015f688ff54f9e397abe1198677a7c92650b"
            },
            "downloads": -1,
            "filename": "drf_2fa-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b10f6984b1c49aed28e6f0ecb479956f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 13459,
            "upload_time": "2024-05-29T11:38:25",
            "upload_time_iso_8601": "2024-05-29T11:38:25.556048Z",
            "url": "https://files.pythonhosted.org/packages/18/d5/2c99305a866d2afd6cd1d444dcbbe1f26ef3f9c2a4079760579c31901ea9/drf_2fa-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b910bff47f382d6da00bbf720ea7107f81db49478e066c6a9718969877c8de48",
                "md5": "2f6c4e734f6dace6efc2a2b7729bbc10",
                "sha256": "8ada88cee87e81f04cb1dea6e8b85b56180fe986abb3177a8b612f2b2adbdf94"
            },
            "downloads": -1,
            "filename": "drf-2fa-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2f6c4e734f6dace6efc2a2b7729bbc10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10084,
            "upload_time": "2024-05-29T11:38:27",
            "upload_time_iso_8601": "2024-05-29T11:38:27.223032Z",
            "url": "https://files.pythonhosted.org/packages/b9/10/bff47f382d6da00bbf720ea7107f81db49478e066c6a9718969877c8de48/drf-2fa-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-29 11:38:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "farhad0085",
    "github_project": "drf-2fa",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "drf-2fa"
}
        
Elapsed time: 0.26897s