Metadata-Version: 1.0
Name: django-oauthost
Version: 0.0.1
Summary: This reusable Django application introduces OAuth2 server functionality.
Home-page: http://github.com/idlesign/django-oauthost
Author: Igor 'idle sign' Starikov
Author-email: idlesign@yandex.ru
License: UNKNOWN
Description: django-oauthost
        ===============
        http://github.com/idlesign/django-oauthost
        
        
        *ALPHA STAGE PROJECT. NOT TO BE USED IN PRODUCTION*
        
        
        What's that
        -----------
        
        *django-oauthost is a reusable application for Django, introducing OAuth2 server.*
        
        
        Quick start
        -----------
        
        Attach `oauthost.urls` to project `urls`.
        
        Authorization endpoint would be available at `{ BASE_URL }auth/`.
        
        Token endpoint would be available at `{ BASE_URL }token/`.
        
        *Use Django's Admin site contrib package to manipulate oauthost data (e.g. register clients).*
        
        
        
        **Documentation**: http://readthedocs.org/docs/django-oauthost/en/latest/
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
