Metadata-Version: 1.0
Name: djangocas
Version: 1.0.1
Summary: CAS 1.0/2.0 authentication backend for Django
Home-page: https://github.com/mdj2/djangocas
Author: mdj2
Author-email: mdj2@pdx.edu
License: MIT
Description: 
        ``djangocas`` 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.
        
        .. _Django: http://www.djangoproject.com/
        
Platform: UNKNOWN
