Metadata-Version: 1.1
Name: flask-oidc
Version: 0.1.1
Summary: OpenID Connect extension for Flask
Home-page: https://github.com/SteelPangolin/flask-oidc
Author: Jeremy Ehrhardt
Author-email: jeremy@bat-country.us
License: UNKNOWN
Description: flask-oidc
        ==========
        
        `OpenID Connect <http://openid.net/connect/>`_ support for `Flask <http://flask.pocoo.org/>`_.
        
        Currently designed around Google's `oauth2client <https://github.com/google/oauth2client>`_ library
        and `OpenID Connect implementation <https://developers.google.com/accounts/docs/OAuth2Login>`_.
        May or may not interoperate with other OpenID Connect identity providers,
        for example, Microsoft's `Azure Active Directory <http://msdn.microsoft.com/en-us/library/azure/dn499820.aspx>`_.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
