{ "info": { "author": "Cameron Brandon White", "author_email": "cameronbwhite90@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "flask-cas-ng\n=========\nflask-cas-ng is a maintenance fork of the original Flask-CAS\nflask-cas-ng is a Flask extension which makes it easy to\nauthenticate with a CAS.\n\nCAS\n===\n\nThe Central Authentication Service (CAS) is a single sign-on \nprotocol for the web. Its purpose is to permit a user to access \nmultiple applications while providing their credentials (such as \nuserid and password) only once. It also allows web applications \nto authenticate users without gaining access to a user's security \ncredentials, such as a password. The name CAS also refers to a \nsoftware package that implements this protocol. \n\n(Very short) Setup Tutorial\n===========================\n\nFirst create a Flask instance:\n\n.. code:: python\n\n from flask import Flask\n\n app = Flask(__name__)\n\nApply CAS on your Flask instance:\n\n.. code:: python\n\n from flask_cas import CAS\n\n CAS(app)\n\nDo needed configuration:\n\n.. code:: python\n\n app.config['CAS_SERVER'] = 'https://sso.pdx.edu' \n\n app.config['CAS_AFTER_LOGIN'] = 'route_root'\n\nUsing\n=====\n\nAfter you setup you will get two new routes `/login/`\nand `/logout/`.\n\nReference documentation\n=======================\n\nSee https://github.com/cameronbwhite/Flask-CAS\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/MasterRoshan/flask-cas-ng", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "flask-cas-ng", "package_url": "https://pypi.org/project/flask-cas-ng/", "platform": "", "project_url": "https://pypi.org/project/flask-cas-ng/", "project_urls": { "Homepage": "https://github.com/MasterRoshan/flask-cas-ng" }, "release_url": "https://pypi.org/project/flask-cas-ng/1.1.0/", "requires_dist": [ "Flask", "xmltodict" ], "requires_python": "", "summary": "Flask extension for CAS", "version": "1.1.0" }, "last_serial": 4989122, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "d6923be472df96be6ecbd7bc962bb8f5", "sha256": "517b67ab77714e60a8c1454c3793c26fe9e5993021aa506003239b5cab871e9b" }, "downloads": -1, "filename": "flask_cas_ng-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d6923be472df96be6ecbd7bc962bb8f5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6818, "upload_time": "2019-03-26T19:06:58", "url": "https://files.pythonhosted.org/packages/fb/dc/b6751039f56f50e6ac858614db12733f6c30e1e1f89aba6fe5f9f7ad5155/flask_cas_ng-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5eaa40ce5e897574b82bf867501e4bd0", "sha256": "9c5214062b613f73cab9a6448c954151fb5691bafa2ffce04e1990409e36710e" }, "downloads": -1, "filename": "flask-cas-ng-1.1.0.tar.gz", "has_sig": false, "md5_digest": "5eaa40ce5e897574b82bf867501e4bd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6678, "upload_time": "2019-03-26T19:07:00", "url": "https://files.pythonhosted.org/packages/2b/52/178daf88235179477cc537c0ace56c28a14048df5c90fddeb00f4e2be3db/flask-cas-ng-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d6923be472df96be6ecbd7bc962bb8f5", "sha256": "517b67ab77714e60a8c1454c3793c26fe9e5993021aa506003239b5cab871e9b" }, "downloads": -1, "filename": "flask_cas_ng-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d6923be472df96be6ecbd7bc962bb8f5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6818, "upload_time": "2019-03-26T19:06:58", "url": "https://files.pythonhosted.org/packages/fb/dc/b6751039f56f50e6ac858614db12733f6c30e1e1f89aba6fe5f9f7ad5155/flask_cas_ng-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5eaa40ce5e897574b82bf867501e4bd0", "sha256": "9c5214062b613f73cab9a6448c954151fb5691bafa2ffce04e1990409e36710e" }, "downloads": -1, "filename": "flask-cas-ng-1.1.0.tar.gz", "has_sig": false, "md5_digest": "5eaa40ce5e897574b82bf867501e4bd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6678, "upload_time": "2019-03-26T19:07:00", "url": "https://files.pythonhosted.org/packages/2b/52/178daf88235179477cc537c0ace56c28a14048df5c90fddeb00f4e2be3db/flask-cas-ng-1.1.0.tar.gz" } ] }