{ "info": { "author": "Mozilla Services", "author_email": "services-dev@mozilla.org", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Programming Language :: Python" ], "description": "==========================\nrepoze.who.plugins.macauth\n==========================\n\nThis is a repoze.who plugin for MAC Access Authentication:\n\n http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-01\n\nTo access resources using MAC Access Authentication, the client must have\nobtained a set of MAC credentials including an id and secret key. They use\nthese credentials to make signed requests to the server.\n\nWhen accessing a protected resource, the server will generate a 401 challenge\nresponse with the scheme \"MAC\" as follows::\n\n > GET /protected_resource HTTP/1.1\n > Host: example.com\n\n < HTTP/1.1 401 Unauthorized\n < WWW-Authenticate: MAC\n\nThe client will use their MAC credentials to build a request signature and\ninclude it in the Authorization header like so::\n\n > GET /protected_resource HTTP/1.1\n > Host: example.com\n > Authorization: MAC id=\"h480djs93hd8\",\n > ts=\"1336363200\",\n > nonce=\"dj83hs9s\",\n > mac=\"bhCQXTVyfj5cmA9uKkPFx1zeOXM=\"\n\n < HTTP/1.1 200 OK\n < Content-Type: text/plain\n <\n < For your eyes only: secret data!\n\n\nThis plugin uses the tokenlib library for verifying MAC credentials:\n\n https://github.com/mozilla-services/tokenlib\n\nIf this library does not meet your needs, you can provide a custom callback\nfunction to decode the MAC id token.\n\n\n0.1.0 - 2012-02-27\n==================\n\n * Initial release.", "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/mozilla-services/repoze.who.plugins.macauth", "keywords": "authentication token MAC", "license": "MPLv2.0", "maintainer": null, "maintainer_email": null, "name": "repoze.who.plugins.macauth", "package_url": "https://pypi.org/project/repoze.who.plugins.macauth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/repoze.who.plugins.macauth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/mozilla-services/repoze.who.plugins.macauth" }, "release_url": "https://pypi.org/project/repoze.who.plugins.macauth/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "repoze.who.plugins.macauth", "version": "0.1.0" }, "last_serial": 798857, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3cced02daa83625ae5aeebe473832ad1", "sha256": "1e284b4dbd2f1b5553c96875836d2b68fc9fd0ad7af7b6b6efdfea4725754a8a" }, "downloads": -1, "filename": "repoze.who.plugins.macauth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3cced02daa83625ae5aeebe473832ad1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8234, "upload_time": "2012-02-28T05:14:44", "url": "https://files.pythonhosted.org/packages/e3/90/b2bd160def9c598c0d139b97ea632fe5256f4201570a6cd3532600b7b5eb/repoze.who.plugins.macauth-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3cced02daa83625ae5aeebe473832ad1", "sha256": "1e284b4dbd2f1b5553c96875836d2b68fc9fd0ad7af7b6b6efdfea4725754a8a" }, "downloads": -1, "filename": "repoze.who.plugins.macauth-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3cced02daa83625ae5aeebe473832ad1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8234, "upload_time": "2012-02-28T05:14:44", "url": "https://files.pythonhosted.org/packages/e3/90/b2bd160def9c598c0d139b97ea632fe5256f4201570a6cd3532600b7b5eb/repoze.who.plugins.macauth-0.1.0.tar.gz" } ] }