{ "info": { "author": "Mazlum Agar", "author_email": "info@mazlumagar.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.10", "Framework :: Django :: 1.8", "Framework :: Django :: 1.9", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "===================\ndjango-get-utologin\n===================\n\nDjango Get Autologin is a simple Django app to login with GET request type that it use Token parameter.\n\nInstallation\n------------\nInstall package from PYPI:\n\n pip install django-pure-pagination\n\nor clone and install from repository:\n\n git clone git@github.com:massumo/django-get-autologin.git\n cd django-get-autologin\n python setup.py install\n\nConfigurations\n--------------\n\nAdd \"get_autologin\" to your INSTALLED_APPS setting like this:\n\n INSTALLED_APPS = [\n ...\n 'get_autologin',\n ]\n\nInclude the polls URLconf in your project urls.py like this:\n\n from django.conf.urls import url, include\n url(r'^get-autologin/', include('get_autologin.urls', namespace='get_autologin')),\n\nP.S: This namespace important for test.\n\nSettings.py\n-----------\n\nOverride AUTHENTICATION_BACKENDS\n\n AUTHENTICATION_BACKENDS = [\n 'get_autologin.backends.UrlTokenBackend',\n 'django.contrib.auth.backends.ModelBackend'\n ]\n\nDefine LOGIN_URL and LOGIN_REDIRECT_URL (You have to define)\n\n LOGIN_URL = \"your-login-url\"\n LOGIN_REDIRECT_URL = \"your-login-redirect-url\"\n\nMigrate\n-------\n\nRun `python manage.py migrate` to create the get_autologin models.\n\nThat's all.\n\n\nAdmin Page\n----------\n\nTokens are managed in admin page. Sample management page:\n\n http://example.com/admin/get_autologin/token/\n\n\nExample Request\n---------------\n http://example.com/get-autologin/?token={token}\n\nIf the token parameter is correct when this request is made, it means that you have logged in as a user who has this token.", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-get-autologin", "package_url": "https://pypi.org/project/django-get-autologin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-get-autologin/", "project_urls": { "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/django-get-autologin/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple Django app to login with GET request type that it use Token parameter", "version": "0.2" }, "last_serial": 2517299, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "fd3ad21492084a13b63d7d2394b13158", "sha256": "39e5aa41356f6e5e0d4a3945a8a1c82617c27dfa54d96701dba31d4aeb67c3be" }, "downloads": -1, "filename": "django_get_autologin-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fd3ad21492084a13b63d7d2394b13158", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7704, "upload_time": "2016-12-13T21:31:49", "url": "https://files.pythonhosted.org/packages/38/2e/58f36f5feb8ba093de44fe1312da2115dbd223b92dcf60d8673fddd482f8/django_get_autologin-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a72c4cbadf669c75812688d225f61b14", "sha256": "f2bb00a8aeb908abb6a8c77443245aa5d84073fd716fb160f597837fbab69cf1" }, "downloads": -1, "filename": "django-get-autologin-0.2.tar.gz", "has_sig": false, "md5_digest": "a72c4cbadf669c75812688d225f61b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4061, "upload_time": "2016-12-13T21:31:51", "url": "https://files.pythonhosted.org/packages/63/26/51bedd023d84f1a8c3fff47afdb84a70980800f842d4779cfa6479ce2bfb/django-get-autologin-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fd3ad21492084a13b63d7d2394b13158", "sha256": "39e5aa41356f6e5e0d4a3945a8a1c82617c27dfa54d96701dba31d4aeb67c3be" }, "downloads": -1, "filename": "django_get_autologin-0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "fd3ad21492084a13b63d7d2394b13158", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7704, "upload_time": "2016-12-13T21:31:49", "url": "https://files.pythonhosted.org/packages/38/2e/58f36f5feb8ba093de44fe1312da2115dbd223b92dcf60d8673fddd482f8/django_get_autologin-0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a72c4cbadf669c75812688d225f61b14", "sha256": "f2bb00a8aeb908abb6a8c77443245aa5d84073fd716fb160f597837fbab69cf1" }, "downloads": -1, "filename": "django-get-autologin-0.2.tar.gz", "has_sig": false, "md5_digest": "a72c4cbadf669c75812688d225f61b14", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4061, "upload_time": "2016-12-13T21:31:51", "url": "https://files.pythonhosted.org/packages/63/26/51bedd023d84f1a8c3fff47afdb84a70980800f842d4779cfa6479ce2bfb/django-get-autologin-0.2.tar.gz" } ] }