flask-uauth

Simple authentication for Flask REST apis


License
MIT
Install
pip install flask-uauth==0.2.0

Documentation

Build Status codecov

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.