{ "info": { "author": "Michael Kuty", "author_email": "kutymichael@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "=============\nLeonardo Auth\n=============\n\nAuthentification backends for Leonardo, now supports\n\n* https://github.com/pennersr/django-allauth\n* https://bitbucket.org/lgs/djangosaml2/overview which is based on https://github.com/onelogin/python-saml\n\nInstallation\n============\n\n.. code-block:: bash\n\n pip install leonardo-module-auth\n\n # or as extras\n\n pip install django-leonardo[auth]\n\nNext steps depends on your case\n\nif you want use All Auth\n\n.. code-block:: python\n\n # leonardo apps\n APPS += ['leonardo_module_oauth']\n\n.. code-block:: bash\n\n python manage.py migrate\n\nfor more configuration providers visit http://django-allauth.readthedocs.org/en/latest/providers.html\n\nor SAML standard\n\n.. code-block:: bash\n\n pip install leonardo_module_auth[saml]\n\n pip install django-leonardo[saml]\n\n.. code-block:: python\n\n APPS += ['leonardo_module_saml']\n \nfor SAML you must manually install SAML dependencies like this\n\nnote: installation depends on ``libxmlsec1-dev`` library\n\nRead More\n=========\n\n* https://github.com/django-leonardo/django-leonardo\n* http://django-leonardo.readthedocs.org/en/develop/overview/modules.html\n* https://github.com/pennersr/django-allauth\n* https://github.com/onelogin/python-saml\n* https://bitbucket.org/lgs/djangosaml2/overview", "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/leonardo-modules/leonardo-module-auth.git", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "leonardo-module-auth", "package_url": "https://pypi.org/project/leonardo-module-auth/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/leonardo-module-auth/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/leonardo-modules/leonardo-module-auth.git" }, "release_url": "https://pypi.org/project/leonardo-module-auth/2015.0.1/", "requires_dist": null, "requires_python": null, "summary": "Authentication, registration, account management as 3rd party (social) account authentication and SAML support to your Leonardo sites", "version": "2015.0.1" }, "last_serial": 1540998, "releases": { "2015.0.1": [ { "comment_text": "", "digests": { "md5": "6d1a69cdab637e1102422704132172bc", "sha256": "4c5f2ab3ef3fa41374f5d5af34876ef17e339a212095b5b5e61f411cc5e0c010" }, "downloads": -1, "filename": "leonardo-module-auth-2015.0.1.tar.gz", "has_sig": false, "md5_digest": "6d1a69cdab637e1102422704132172bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9190, "upload_time": "2015-05-10T17:17:32", "url": "https://files.pythonhosted.org/packages/56/18/11dee59e228ce75d8907e39bd03972e9bffb0cc7ee46c92b487d53ed1783/leonardo-module-auth-2015.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d1a69cdab637e1102422704132172bc", "sha256": "4c5f2ab3ef3fa41374f5d5af34876ef17e339a212095b5b5e61f411cc5e0c010" }, "downloads": -1, "filename": "leonardo-module-auth-2015.0.1.tar.gz", "has_sig": false, "md5_digest": "6d1a69cdab637e1102422704132172bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9190, "upload_time": "2015-05-10T17:17:32", "url": "https://files.pythonhosted.org/packages/56/18/11dee59e228ce75d8907e39bd03972e9bffb0cc7ee46c92b487d53ed1783/leonardo-module-auth-2015.0.1.tar.gz" } ] }