{ "info": { "author": "UbuViz", "author_email": "info@ubuviz.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Framework :: Django :: 2.1", "Framework :: Django :: 2.2", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "iHela Provider\n==============\n\niHela Provider is a simple Django app to enable oAuth2 authentication with django-allauth.\n\nQuick start\n-----------\n1. Install [django-allauth](https://github.com/pennersr/django-allauth)\n `pip install django-allauth` and following the [install guide](https://django-allauth.readthedocs.io/en/latest/installation.html)\n1. Add \"ihelaprovider\" to your INSTALLED_APPS setting like this:\n\n ```python\n INSTALLED_APPS = [\n ...\n \"allauth\",\n \"allauth.account\",\n \"allauth.socialaccount\",\n \"ihelaprovider\",\n ]\n ```\n\n2. Include the polls URLconf in your project urls.py like this::\n\n ```python\n path(\"oAuth2/\", include(\"ihelaprovider.urls\")),\n ```\n\n3. Run `python manage.py migrate` to create the polls models.\n\n4. Start the development server and visit http://127.0.0.1:8000/admin/\n to add the iHela provider with the application credentials given (you'll need the Admin app enabled).\n\nVisit [iHela](https://ihela.online) and [django-allauth](https://github.com/pennersr/django-allauth).", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ubuviz/ihela-oauth2-provider", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "ihela-oauth2-provider", "package_url": "https://pypi.org/project/ihela-oauth2-provider/", "platform": "", "project_url": "https://pypi.org/project/ihela-oauth2-provider/", "project_urls": { "Homepage": "https://github.com/ubuviz/ihela-oauth2-provider" }, "release_url": "https://pypi.org/project/ihela-oauth2-provider/0.2.1/", "requires_dist": null, "requires_python": "", "summary": "A simple Django app to enable oAuth2 for iHela with django-allauth.", "version": "0.2.1" }, "last_serial": 5117223, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "5c524244d30eba11db1df954e0427058", "sha256": "0d5b2583b13a6f8f5e528250274e4062e76161aaa6b552a5f649d6001028d830" }, "downloads": -1, "filename": "ihela-oauth2-provider-0.1.tar.gz", "has_sig": false, "md5_digest": "5c524244d30eba11db1df954e0427058", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3816, "upload_time": "2019-04-04T20:10:57", "url": "https://files.pythonhosted.org/packages/19/2f/71fdd80480bfb60c9e0a7512eb94e113e61d6681ba246f219673deedfb9b/ihela-oauth2-provider-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "14e84985cafd3617092a56f011a9f823", "sha256": "321344daa12bdc05d9fa781a6f2f4849ca44a2ff31514cd165cf2db68541431b" }, "downloads": -1, "filename": "ihela-oauth2-provider-0.2.tar.gz", "has_sig": false, "md5_digest": "14e84985cafd3617092a56f011a9f823", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3841, "upload_time": "2019-04-09T07:01:25", "url": "https://files.pythonhosted.org/packages/7c/be/64a9deb0261870e46d30a62f897fa0c96bcaf006cb79abe958638df77e50/ihela-oauth2-provider-0.2.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "6a2b00e06c90a38e8e36b9e2f056690c", "sha256": "046c163020037064dfb6f86d7bc24c2cc989e1c6da2f81cade2fd95e5a348de6" }, "downloads": -1, "filename": "ihela-oauth2-provider-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6a2b00e06c90a38e8e36b9e2f056690c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3834, "upload_time": "2019-04-09T07:01:23", "url": "https://files.pythonhosted.org/packages/12/35/ce176a8da3787e3e885e57e6a9210c18419f0aeec85b80f098a1aea0e9f3/ihela-oauth2-provider-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6a2b00e06c90a38e8e36b9e2f056690c", "sha256": "046c163020037064dfb6f86d7bc24c2cc989e1c6da2f81cade2fd95e5a348de6" }, "downloads": -1, "filename": "ihela-oauth2-provider-0.2.1.tar.gz", "has_sig": false, "md5_digest": "6a2b00e06c90a38e8e36b9e2f056690c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3834, "upload_time": "2019-04-09T07:01:23", "url": "https://files.pythonhosted.org/packages/12/35/ce176a8da3787e3e885e57e6a9210c18419f0aeec85b80f098a1aea0e9f3/ihela-oauth2-provider-0.2.1.tar.gz" } ] }