Metadata-Version: 1.1
Name: Flask-Goat
Version: 0.1
Summary: Flask plugin for security and user administration via GitHub OAuth & organization
Home-page: http://incontextsolutions.github.io/flask-goat/
Author: Tristan Wietsma
Author-email: tristan.wietsma@incontextsolutions.com
License: MIT
Description: 
        Flask-Goat
        -------------
        
        Flask-Goat is a plugin for to support security and user administration via GitHub OAuth and organization structure. The plugin assumes membership in an organization as a basic requirement for authorization. User privilege level can be determined from team membership. A request context is built to support these concepts and can be used by endpoints. The plugin is intended to implemented via the 'before_request' handler.
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
