Metadata-Version: 2.1
Name: flask_uauth
Version: 0.2.0
Summary: Simple authentication for Flask REST apis
Home-page: https://github.com/pmatigakis/flask-uauth
Author: Panagiotis Matigakis
Author-email: pmatigakis@gmail.com
License: UNKNOWN
Description: [![Build Status](https://travis-ci.org/pmatigakis/flask-uauth.svg?branch=develop)](https://travis-ci.org/pmatigakis/flask-uauth)
        [![codecov](https://codecov.io/gh/pmatigakis/flask-uauth/branch/develop/graph/badge.svg)](https://codecov.io/gh/pmatigakis/flask-uauth)
        
        Flask-uauth is an extension that adds token based authentication on Flask views.
        The main use for flask-uauth is to add authentication on REST api endpoints that 
        were created using libraries like flask-restful etc.
        
        Checkout the source code from `https://github.com/pmatigakis/flask-uauth` and
        see the scripts in the `examples` folder for instructions on how to use this extension.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
