# 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": null,
"docs_url": null,
"requires_python": "<=3.12,>=3.9",
"maintainer_email": null,
"keywords": "streamlit, flask, microsoft, json web token, oauth2, authentication",
"author": "Ankit Shrivastava",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/f0/0d/db0e328eed00775a5d95a52c6c66be342e0c8589849691d4a066d2971707/authentication_factory-0.0.3.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",
"bugtrack_url": null,
"license": "MIT",
"summary": "Implementation for Microsoft Oauth2 authentication",
"version": "0.0.3",
"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": "b22751c02353edaa5b2e5cb169825c2d8e3e4230ea05d632df2840e8ffb3c92c",
"md5": "0169984ba1cdf9c5bc2e247531d423fb",
"sha256": "78f2fefb256b0a5c0a0783d8506fb2b79199cf576800d89ab23e543b89aabd7b"
},
"downloads": -1,
"filename": "authentication_factory-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0169984ba1cdf9c5bc2e247531d423fb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<=3.12,>=3.9",
"size": 7067,
"upload_time": "2024-07-01T05:37:18",
"upload_time_iso_8601": "2024-07-01T05:37:18.440411Z",
"url": "https://files.pythonhosted.org/packages/b2/27/51c02353edaa5b2e5cb169825c2d8e3e4230ea05d632df2840e8ffb3c92c/authentication_factory-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f00ddb0e328eed00775a5d95a52c6c66be342e0c8589849691d4a066d2971707",
"md5": "b219b61e531ae7c480ca187a160a27cb",
"sha256": "65a7e8dd41ab20cfe66a7b73d20cb9882098f794384601b25696fd9c43abb978"
},
"downloads": -1,
"filename": "authentication_factory-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "b219b61e531ae7c480ca187a160a27cb",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<=3.12,>=3.9",
"size": 7792,
"upload_time": "2024-07-01T05:37:20",
"upload_time_iso_8601": "2024-07-01T05:37:20.141250Z",
"url": "https://files.pythonhosted.org/packages/f0/0d/db0e328eed00775a5d95a52c6c66be342e0c8589849691d4a066d2971707/authentication_factory-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-01 05:37:20",
"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"
}