Metadata-Version: 1.0
Name: django-cas
Version: 2.0.1
Summary: CAS 1.0/2.0 authentication backend for Django
Home-page: http://code.google.com/p/django-cas/
Author: Brodie Rao
Author-email: brodie.rao@cpcc.edu
License: MIT
Download-URL: http://django-cas.googlecode.com/files/django_cas-2.0.1.zip
Description: 
        ``django_cas`` is a `CAS`_ 1.0 and CAS 2.0 authentication backend for
        `Django`_. It allows you to use Django's built-in authentication mechanisms
        and ``User`` model while adding support for CAS.
        
        It also includes a middleware that intercepts calls to the original login and
        logout pages and forwards them to the CASified versions, and adds CAS support
        to the admin interface.
        
        .. _CAS: http://www.ja-sig.org/products/cas/
        .. _Django: http://www.djangoproject.com/
        
Keywords: django cas cas2 authentication middleware backend
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
