{ "info": { "author": "Ash Christopher", "author_email": "ash.christopher@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Topic :: Software Development" ], "description": "python-social-auth-waveapps\n===========================\n\nPluggable authentication backend for python-social-auth, that allows authentication via WaveApps.\n\n*Currently only supports the Django strategy.*\n\n## Installation instructions\n\nFrom pypi\n\n $ pip install python-social-auth-waveapps\n\nor clone from Github\n\n $ git clone git@github.com:ashchristopher/python-social-auth-waveapps.git\n $ cd python-social-auth-waveapps && sudo python setup.py install\n\n## Pre-requisites\n\n`python-social-auth` must be installed and configured first. Please visit the\n[python-social-auth documentation](http://psa.matiasaguirre.net/docs/) for instructions.\n\n\n## Configuration instructions\n\n1. Add Waveapps backend to AUTHENTICATION_BACKENDS:\n\n AUTHENTICATION_BACKENDS = (\n 'social_auth_waveapps.backends.WaveAppsOauth2',\n ...\n 'django.contrib.auth.backends.ModelBackend',\n )\n\n2. Add your Waveapps settings to your django `settings.py` file.\n\n SOCIAL_AUTH_WAVEAPPS_KEY = \"...\"\n SOCIAL_AUTH_WAVEAPPS_SECRET = \"...\"\n SOCIAL_AUTH_WAVEAPPS_DEFAULT_SCOPE = ['user.read', ]\n\n\n## Changelog\n\n### 0.2.0\n* Adds the ability to refresh the access_token using the `refresh_token` method on the backend.\n\n### 0.1.0\n* Fixes install problem.\n\n### 0.0.3\n* Adds the `refresh_token`, `expires_in`, and `token_type` to the `extra_data` the **UserSocialAuth** instance.\n\n### 0.0.1\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/ashchristopher/python-social-auth-waveapps", "keywords": "django social auth oauth2 social-auth waveapps", "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "python-social-auth-waveapps", "package_url": "https://pypi.org/project/python-social-auth-waveapps/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/python-social-auth-waveapps/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ashchristopher/python-social-auth-waveapps" }, "release_url": "https://pypi.org/project/python-social-auth-waveapps/0.2.0/", "requires_dist": null, "requires_python": null, "summary": "Waveapps backend for python-social-auth.", "version": "0.2.0" }, "last_serial": 973803, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "3221f1041a5304b6032d19a6b579bac9", "sha256": "d346c783b0ac069d96eebe273757fa5d19715918871c57e6acfcd0cef8a69553" }, "downloads": -1, "filename": "python-social-auth-waveapps-0.0.2.tar.gz", "has_sig": false, "md5_digest": "3221f1041a5304b6032d19a6b579bac9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1997, "upload_time": "2014-01-14T04:06:51", "url": "https://files.pythonhosted.org/packages/e0/15/3d1681e8e4b1fdd40bcf801fb28b1119abebeca972ce0f626c2576cb4ae4/python-social-auth-waveapps-0.0.2.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "a1bf32125acb8ac3863af1a17277b1c1", "sha256": "344395ad6571a09a78968f3311106304fe328672992ff9605cfb6737e5a599d7" }, "downloads": -1, "filename": "python-social-auth-waveapps-0.1.0.tar.gz", "has_sig": false, "md5_digest": "a1bf32125acb8ac3863af1a17277b1c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3649, "upload_time": "2014-01-18T20:15:09", "url": "https://files.pythonhosted.org/packages/79/0d/ac990bc8aa2127cc91dc5de4bad88cbbe8d3d1d236bb564f108b5f8078c6/python-social-auth-waveapps-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "16018545fb9f1e787a8b380576b83b64", "sha256": "a5e0f3dc1a2226520edc784771eedc8c3132264ac33c54b2c6a6d09fa32aaf1a" }, "downloads": -1, "filename": "python-social-auth-waveapps-0.2.0.tar.gz", "has_sig": false, "md5_digest": "16018545fb9f1e787a8b380576b83b64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4019, "upload_time": "2014-01-19T06:42:38", "url": "https://files.pythonhosted.org/packages/42/81/df948b0592838d45884e7b2bc8f160121e0e87c099e402ba73e58cf67f90/python-social-auth-waveapps-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "16018545fb9f1e787a8b380576b83b64", "sha256": "a5e0f3dc1a2226520edc784771eedc8c3132264ac33c54b2c6a6d09fa32aaf1a" }, "downloads": -1, "filename": "python-social-auth-waveapps-0.2.0.tar.gz", "has_sig": false, "md5_digest": "16018545fb9f1e787a8b380576b83b64", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4019, "upload_time": "2014-01-19T06:42:38", "url": "https://files.pythonhosted.org/packages/42/81/df948b0592838d45884e7b2bc8f160121e0e87c099e402ba73e58cf67f90/python-social-auth-waveapps-0.2.0.tar.gz" } ] }