Metadata-Version: 1.1
Name: django-graphql-oauth2
Version: 0.1.2
Summary: Provide OAuth2 access to your app (fork of django-oauth2)
Home-page: https://github.com/thisismkh/django-graphql-oauth2
Author: Mohammad
Author-email: UNKNOWN
License: The MIT License: http://www.opensource.org/licenses/mit-license.php
Description: django-grpahql-oauth2
        ======================
        
        *django-graphql-oauth2* is a Django application that provides
        customizable OAuth2\-authentication for your Django projects.
        ported `django-oauth2 <https://github.com/stormsherpa/django-oauth2-provider>`_ from rest to graphql inspired by `django-graphql-jwt <https://github.com/flavors/django-graphql-jwt>`_
        
        Installation
        ------------
        ::
        
            pip install django-graphql-oauth2
        
        License
        -------
        
        *django-graphql-oauth2* is a fork of  `django-oauth2 <https://github.com/stormsherpa/django-oauth2-provider>`_ which is released under the MIT License. Please see the LICENSE file for details.
        
Platform: all
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
