{ "info": { "author": "Barnabas Czeman", "author_email": "barni2000@sch.bme.hu", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-social-authsch\n=====\n\nDjango Application for AuthSCH\n\nQuick start\n-----------\n\n1. Add \"authsch\" to your INSTALLED_APPS setting like this::\n\n ````python\n INSTALLED_APPS = [\n ...\n 'social_django',\n 'authsch',\n ]\n ````\n\n2. settings.py\n\n ````python\n SOCIAL_AUTH_URL_NAMESPACE = 'social'\n\n AUTHENTICATION_BACKENDS = [\n 'authsch.authentication.AuthSCHOAuth2',\n 'django.contrib.auth.backends.ModelBackend',\n ]\n\n SOCIAL_AUTH_AUTHSCH_KEY = \"key\"\n SOCIAL_AUTH_AUTHSCH_SECRET = \"secret\"\n SOCIAL_AUTH_LOGIN_REDIRECT_URL = '/'\n LOGIN_URL = \"login/authsch/\"\n ````\n\n3. Run `python manage.py migrate` to create the authsch models.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://git.sch.bme.hu/kszk/devteam/django-authsch", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-social-authsch", "package_url": "https://pypi.org/project/django-social-authsch/", "platform": "", "project_url": "https://pypi.org/project/django-social-authsch/", "project_urls": { "Homepage": "https://git.sch.bme.hu/kszk/devteam/django-authsch" }, "release_url": "https://pypi.org/project/django-social-authsch/0.1/", "requires_dist": null, "requires_python": "", "summary": "A Django app for AuthSCH.", "version": "0.1" }, "last_serial": 3511222, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2be2ae79781f20f5877e9d2aaae553ae", "sha256": "32fce8a3afd0c90a2b53e2f5d6fbf173b03c2799d316e37b6e383849a996a529" }, "downloads": -1, "filename": "django-social-authsch-0.1.tar.gz", "has_sig": false, "md5_digest": "2be2ae79781f20f5877e9d2aaae553ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2345, "upload_time": "2017-10-29T00:13:26", "url": "https://files.pythonhosted.org/packages/00/e2/fd9c0651ca964d6d3b58fc89213d72ec6c8567a41cfdcbec1877ff0ddc58/django-social-authsch-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2be2ae79781f20f5877e9d2aaae553ae", "sha256": "32fce8a3afd0c90a2b53e2f5d6fbf173b03c2799d316e37b6e383849a996a529" }, "downloads": -1, "filename": "django-social-authsch-0.1.tar.gz", "has_sig": false, "md5_digest": "2be2ae79781f20f5877e9d2aaae553ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2345, "upload_time": "2017-10-29T00:13:26", "url": "https://files.pythonhosted.org/packages/00/e2/fd9c0651ca964d6d3b58fc89213d72ec6c8567a41cfdcbec1877ff0ddc58/django-social-authsch-0.1.tar.gz" } ] }