authentication-factory


Nameauthentication-factory JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/shrivastava-v-ankit/authentication-factory
SummaryImplementation for Microsoft Oauth2 authentication
upload_time2023-07-13 09:33:50
maintainer
docs_urlNone
authorAnkit Shrivastava
requires_python>=3.7
licenseMIT
keywords streamlit flask microsoft json web token oauth2 authentication
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # authentication-factory

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![PyPI](https://img.shields.io/pypi/v/authentication-factory.svg)](https://pypi.org/project/authentication-factory)


**Note: This is inital version of the factory with support of Microsoft OAuth2.0 only with Streamlit.**


authentication-factory is a simple python implementation of authentication using below listed authentication mechanism.

   * Microsoft OAuth2.0

This extension helps to implement authentication solutions and provides
login url, logout url and id token.
These can be used in python web application like Streamlit, Flask etc.

</br>
</br>

## Getting Started
-----

</br>

## Installation

```bash
pip install authentication-factory
```

</br>

### Usage
-----
   * [Streamlit](streamlit-example.md)


</br>
</br>

### Development Setup
-------
#### Using virtualenv

```bash
python3 -m venv venv
source env/bin/activate
pip install .
```
</br>
</br>

### Contributing
-----

1. Fork repo- https://github.com/shrivastava-v-ankit/authentication-factory.git
2. Create your feature branch - `git checkout -b feature/name`
3. Add Python test (pytest) and covrage report for new/changed feature.
4. Commit your changes - `git commit -am "Added name"`
5. Push to the branch - `git push origin feature/name`
6. Create a new pull request


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shrivastava-v-ankit/authentication-factory",
    "name": "authentication-factory",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "streamlit,flask,microsoft,json web token,oauth2,authentication",
    "author": "Ankit Shrivastava",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/23/e5/da88705d91d332726b6d80b7eafa12a1924de2a12da28d404cca73fc08c5/authentication-factory-0.0.2.tar.gz",
    "platform": "any",
    "description": "# authentication-factory\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![PyPI](https://img.shields.io/pypi/v/authentication-factory.svg)](https://pypi.org/project/authentication-factory)\n\n\n**Note: This is inital version of the factory with support of Microsoft OAuth2.0 only with Streamlit.**\n\n\nauthentication-factory is a simple python implementation of authentication using below listed authentication mechanism.\n\n   * Microsoft OAuth2.0\n\nThis extension helps to implement authentication solutions and provides\nlogin url, logout url and id token.\nThese can be used in python web application like Streamlit, Flask etc.\n\n</br>\n</br>\n\n## Getting Started\n-----\n\n</br>\n\n## Installation\n\n```bash\npip install authentication-factory\n```\n\n</br>\n\n### Usage\n-----\n   * [Streamlit](streamlit-example.md)\n\n\n</br>\n</br>\n\n### Development Setup\n-------\n#### Using virtualenv\n\n```bash\npython3 -m venv venv\nsource env/bin/activate\npip install .\n```\n</br>\n</br>\n\n### Contributing\n-----\n\n1. Fork repo- https://github.com/shrivastava-v-ankit/authentication-factory.git\n2. Create your feature branch - `git checkout -b feature/name`\n3. Add Python test (pytest) and covrage report for new/changed feature.\n4. Commit your changes - `git commit -am \"Added name\"`\n5. Push to the branch - `git push origin feature/name`\n6. Create a new pull request\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Implementation for Microsoft Oauth2 authentication",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/shrivastava-v-ankit/authentication-factory",
        "Source": "https://github.com/shrivastava-v-ankit/authentication-factory/",
        "Tracker": "https://github.com/shrivastava-v-ankit/authentication-factory/issues"
    },
    "split_keywords": [
        "streamlit",
        "flask",
        "microsoft",
        "json web token",
        "oauth2",
        "authentication"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "604e7ac5676cf08e37a01a3877d84f73d8b0fa859491211de47293af489f8c09",
                "md5": "46abe9ccb177795a44815ebf5f9732c5",
                "sha256": "db4568528af7aa74b773b0160542b808578cf0b789368b538b8d8e7fdecd7e51"
            },
            "downloads": -1,
            "filename": "authentication_factory-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "46abe9ccb177795a44815ebf5f9732c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 7043,
            "upload_time": "2023-07-13T09:33:48",
            "upload_time_iso_8601": "2023-07-13T09:33:48.534840Z",
            "url": "https://files.pythonhosted.org/packages/60/4e/7ac5676cf08e37a01a3877d84f73d8b0fa859491211de47293af489f8c09/authentication_factory-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23e5da88705d91d332726b6d80b7eafa12a1924de2a12da28d404cca73fc08c5",
                "md5": "7103368e7a8a6bcf491078b5563f92c8",
                "sha256": "9a4e66d734aa9d090658ba2d78a4d21279b1b283d2d3570cd41ed8287676599c"
            },
            "downloads": -1,
            "filename": "authentication-factory-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7103368e7a8a6bcf491078b5563f92c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7811,
            "upload_time": "2023-07-13T09:33:50",
            "upload_time_iso_8601": "2023-07-13T09:33:50.067337Z",
            "url": "https://files.pythonhosted.org/packages/23/e5/da88705d91d332726b6d80b7eafa12a1924de2a12da28d404cca73fc08c5/authentication-factory-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-13 09:33:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shrivastava-v-ankit",
    "github_project": "authentication-factory",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "authentication-factory"
}
        
Elapsed time: 0.08960s