Metadata-Version: 2.1
Name: Flask-GraphQL-Auth
Version: 1.3.0
Summary: JWT library for Flask-GraphQL
Home-page: https://github.com/NovemberOscar/Flask-GraphQL-Auth
Author: NovemberOscar
Author-email: kim@seonghyeon.dev
License: MIT
Description: # Flask-GraphQL-Auth 
        [![PyPI version](https://badge.fury.io/py/Flask-GraphQL-Auth.svg)](https://badge.fury.io/py/Flask-GraphQL-Auth) 
        [![Documentation Status](https://readthedocs.org/projects/flask-graphql-auth/badge/?version=latest)](https://flask-graphql-auth.readthedocs.io/en/latest/?badge=latest) 
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/42a0235602c14a96883c0cd9393816ea)](https://www.codacy.com/app/NovemberOscar/Flask-GraphQL-Auth?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=callsign-viper/Flask-GraphQL-Auth&amp;utm_campaign=Badge_Grade) 
        [![Build Status](https://dev.azure.com/LewisKim/Flask-GraphQL-Auth/_apis/build/status/NovemberOscar.Flask-GraphQL-Auth?branchName=master)](https://dev.azure.com/LewisKim/Flask-GraphQL-Auth/_build/latest?definitionId=3&branchName=master)[![Downloads](https://pepy.tech/badge/flask-graphql-auth)](https://pepy.tech/project/flask-graphql-auth)
        [![DownloadsPerMonth](https://pepy.tech/badge/flask-graphql-auth/month)](https://pepy.tech/project/flask-graphql-auth/month)
        [![codecov](https://codecov.io/gh/callsign-viper/Flask-GraphQL-Auth/branch/master/graph/badge.svg)](https://codecov.io/gh/callsign-viper/Flask-GraphQL-Auth)
        
        ## What is Flask-GraphQL-Auth?
        Flask-GraphQL-Auth is JWT decorator for flask-graphql inspired from Flask-JWT-Extended. all you have to do to protect your mutation and query with JWT is to create unions with AuthInfoField and decorate resolvers with decorators in Flask-GraphQL-Auth
        
        ## Features
        - Basic validation of JWT
        - Mutation protectors
        - Query protectors
        - Get JWT data from context stack
        - Insert user claim 
        
        ## Installation
        ```py
        pip install Flask-GraphQL-Auth
        ```
        
        ### Usage
        [View the documentation online](http://flask-graphql-auth.readthedocs.io/en/latest/)
        
        ### We are finding contributors!
        - TODO
          - test cases
          - CI&coverage intergration
         
         any PR&issues are welcome!!
        
Keywords: jwt,auth,graphql
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
