authy-package


Nameauthy-package JSON
Version 0.1.9 PyPI version JSON
download
home_pagehttps://github.com/MuhibNayem/auth-manager.git
SummaryGeneric robust authentication system
upload_time2024-09-24 08:38:17
maintainerNone
docs_urlNone
authorA K M Muhibullah Nayem
requires_python<4.0,>=3.12
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Auth Package

Generic robust authentication system built with FastAPI and Poetry.

## Features

- User registration and login
- Token-based authentication
- Refresh tokens
- Multi-factor authentication (MFA)
- Password reset functionality
- Support for various databases SQL and NoSQL(mongoDB)
- Caching with Redis
- Support with authentication AWS Cognito.

## Installation

You can install the package via pip:

```bash
pip install authy_package
```

You can install the package via poetry:

```bash
poetry add authy_package
```

## Examples

You can check the examples directory to see the implementations.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MuhibNayem/auth-manager.git",
    "name": "authy-package",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "A K M Muhibullah Nayem",
    "author_email": "nayem.drmc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/eb/f4/3ece8674d9798cdf9f0b7b1f6e269b0f55c00071284a75bf29dc74c5ed47/authy_package-0.1.9.tar.gz",
    "platform": null,
    "description": "# Auth Package\n\nGeneric robust authentication system built with FastAPI and Poetry.\n\n## Features\n\n- User registration and login\n- Token-based authentication\n- Refresh tokens\n- Multi-factor authentication (MFA)\n- Password reset functionality\n- Support for various databases SQL and NoSQL(mongoDB)\n- Caching with Redis\n- Support with authentication AWS Cognito.\n\n## Installation\n\nYou can install the package via pip:\n\n```bash\npip install authy_package\n```\n\nYou can install the package via poetry:\n\n```bash\npoetry add authy_package\n```\n\n## Examples\n\nYou can check the examples directory to see the implementations.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Generic robust authentication system",
    "version": "0.1.9",
    "project_urls": {
        "Homepage": "https://github.com/MuhibNayem/auth-manager.git",
        "Repository": "https://github.com/MuhibNayem/auth-manager.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cec3389c5d559facd31046fe40faa9f694eeb9402eaba4c8e35d29a6bc5ee97a",
                "md5": "7daeeab53a22499f33189f3c54468edd",
                "sha256": "c6a2bb516c2077e59a40a1d11ff12d73d54eb0c83109a940b78ea3350c653101"
            },
            "downloads": -1,
            "filename": "authy_package-0.1.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7daeeab53a22499f33189f3c54468edd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 26729,
            "upload_time": "2024-09-24T08:38:15",
            "upload_time_iso_8601": "2024-09-24T08:38:15.827501Z",
            "url": "https://files.pythonhosted.org/packages/ce/c3/389c5d559facd31046fe40faa9f694eeb9402eaba4c8e35d29a6bc5ee97a/authy_package-0.1.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebf43ece8674d9798cdf9f0b7b1f6e269b0f55c00071284a75bf29dc74c5ed47",
                "md5": "7aa150a0f1473fc9980e4a3feb1b0f69",
                "sha256": "5d572d6faea6ef80956e2135980fc27abd9c5dedc93863273708740a5aa7afca"
            },
            "downloads": -1,
            "filename": "authy_package-0.1.9.tar.gz",
            "has_sig": false,
            "md5_digest": "7aa150a0f1473fc9980e4a3feb1b0f69",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 18821,
            "upload_time": "2024-09-24T08:38:17",
            "upload_time_iso_8601": "2024-09-24T08:38:17.282618Z",
            "url": "https://files.pythonhosted.org/packages/eb/f4/3ece8674d9798cdf9f0b7b1f6e269b0f55c00071284a75bf29dc74c5ed47/authy_package-0.1.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-24 08:38:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MuhibNayem",
    "github_project": "auth-manager",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "authy-package"
}
        
Elapsed time: 1.01331s