{ "info": { "author": "Matthew Wilkes", "author_email": "wilkes@jarn.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware", "Topic :: Security", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "islay.auth\n==========\n\nislay.auth is a very basic authentication middleware designed to work well\nwithin the WSGI specification. As not everything that works well in theory\nalso works well in practise the interfaces it uses are a strict subset of\nthose used by repoze.who, so any plugin that works for islay.auth should work\nseamlessly in repoze.who which provides more features that may be of practical\nuse.\n\nislay.auth will not scribble on the environ, it will only use HTTP standards.\nThat means it works by faking HTTP basic auth rather than simply providing the\ndetails requested of it. For convenience it also provides REMOTE_USER\nin-keeping with the de facto standard in use by Apache.\n\nThere are three types of plugin available:\n\n- IIdentifier takes a request and manipulates its credentials. As well as\n extracting the credentials dictionary it provides helper methods for\n returning the appropriate headers to users to cause them to log in or out.\n\n- IAuthenticator verifies that the extracted credentials correspond to a real\n user.\n\n- IChallenger plugins take over in the case of a 401 response from the\n underlying application.\n\n\nRelease notes\n=============\n\n0.1\n---\n\n- Basic implementation and tests. \n- Does not send WWW-Authentiate yet.\n- Alpha quality", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/islay/", "keywords": "wsgi python authentication repoze.who", "license": "Modified BSD", "maintainer": null, "maintainer_email": null, "name": "islay.auth", "package_url": "https://pypi.org/project/islay.auth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/islay.auth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/islay/" }, "release_url": "https://pypi.org/project/islay.auth/0.1/", "requires_dist": null, "requires_python": null, "summary": "An unobtrusive authentication framework for WSGI stacks.", "version": "0.1" }, "last_serial": 793457, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "8d7ecf4c46ed79d517505f0293ee58ed", "sha256": "5f586eacfcf336171d7b4bc673d5cd141afab02ddce457574d7b748f9097f3b4" }, "downloads": -1, "filename": "islay.auth-0.1.tar.gz", "has_sig": true, "md5_digest": "8d7ecf4c46ed79d517505f0293ee58ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7254, "upload_time": "2010-07-22T00:45:10", "url": "https://files.pythonhosted.org/packages/b6/60/4dc30adc7084164cd1c54832b6b5565da107a1148fc1d02da487df3b39a9/islay.auth-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d7ecf4c46ed79d517505f0293ee58ed", "sha256": "5f586eacfcf336171d7b4bc673d5cd141afab02ddce457574d7b748f9097f3b4" }, "downloads": -1, "filename": "islay.auth-0.1.tar.gz", "has_sig": true, "md5_digest": "8d7ecf4c46ed79d517505f0293ee58ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7254, "upload_time": "2010-07-22T00:45:10", "url": "https://files.pythonhosted.org/packages/b6/60/4dc30adc7084164cd1c54832b6b5565da107a1148fc1d02da487df3b39a9/islay.auth-0.1.tar.gz" } ] }