Metadata-Version: 1.1
Name: django-sharepoint-auth
Version: 2.0
Summary: Authenticate users using SharePoint.
Home-page: https://bitbucket.org/nextscreenlabs/django-sharepoint-auth
Author: Jason Christa
Author-email: jason@zeitcode.com
License: UNKNOWN
Description: Django SharePoint Auth
        ======================
        
        *Django SharePoint Auth* allows you to authenticate using your **managed** or **federated** Active Directory credentials.
        
        Installation
        ------------
        
        Run `pip install django-sharepoint-auth`
        
        Add the `ActiveDirectoryBackend` to your `AUTHENTICATION_BACKENDS` setting:
        
        ```python
        AUTHENTICATION_BACKENDS = (
            ...
            'sharepoint_auth.auth.ActiveDirectoryBackend',
        )
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: BSD License
Classifier: Framework :: Django
Classifier: Programming Language :: Python
