{ "info": { "author": "UNKNOWN", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "What\n=====\n\nThis is a decorator for a django view that will request Basic Authentication.\nThis is a copy of https://djangosnippets.org/snippets/243/\n\nWhy\n====\n\nThere are serveral reasons for this Package:\n\n * I wanted Basic Authentication for just a couple of views. So the RemoteUserAuthBackend was no option. Also I did not want to configure the webserver to do Basic Authentication.\n * As you can read in the comments of https://djangosnippets.org/snippets/243/ there are some bugs in it - so I wanted to have them fixed - but also documented that they were fixed and in the end provide a fixed version of it\n * Also I just want to install it via pip\n\nHow to use\n===========\n\nApache\n-------\n\nAdd this to your apache config to tell apache to pass the Authorication Headers to your application:\n\n WSGIPassAuthorization On", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/m7v8/django-basic-authentication-decorator", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-basic-authentication-decorator", "package_url": "https://pypi.org/project/django-basic-authentication-decorator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-basic-authentication-decorator/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/m7v8/django-basic-authentication-decorator" }, "release_url": "https://pypi.org/project/django-basic-authentication-decorator/0.9/", "requires_dist": null, "requires_python": null, "summary": "Decorator to provide Basic Authentication for Django Views", "version": "0.9" }, "last_serial": 2074036, "releases": { "0.9": [ { "comment_text": "", "digests": { "md5": "f76f63ba1cf2fc90f964d97a4b8628ed", "sha256": "deb7fdb033f46ddf0df5cb039eb365127c13ca076684dc2380f8c5be025a998d" }, "downloads": -1, "filename": "django-basic-authentication-decorator-0.9.tar.gz", "has_sig": false, "md5_digest": "f76f63ba1cf2fc90f964d97a4b8628ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2650, "upload_time": "2016-04-20T12:53:10", "url": "https://files.pythonhosted.org/packages/5b/1b/b754b5ceb34e79b4c91700a208be69ae499f11e09522c1905d138edc7e0c/django-basic-authentication-decorator-0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f76f63ba1cf2fc90f964d97a4b8628ed", "sha256": "deb7fdb033f46ddf0df5cb039eb365127c13ca076684dc2380f8c5be025a998d" }, "downloads": -1, "filename": "django-basic-authentication-decorator-0.9.tar.gz", "has_sig": false, "md5_digest": "f76f63ba1cf2fc90f964d97a4b8628ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2650, "upload_time": "2016-04-20T12:53:10", "url": "https://files.pythonhosted.org/packages/5b/1b/b754b5ceb34e79b4c91700a208be69ae499f11e09522c1905d138edc7e0c/django-basic-authentication-decorator-0.9.tar.gz" } ] }