Metadata-Version: 1.1
Name: flask-oidc
Version: 1.4.0
Summary: OpenID Connect extension for Flask
Home-page: https://github.com/puiterwijk/flask-oidc
Author: Jeremy Ehrhardt, Patrick Uiterwijk
Author-email: jeremy@bat-country.us, patrick@puiterwijk.org
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: flask-oidc
        ==========
        
        `OpenID Connect <https://openid.net/connect/>`_ support for `Flask <http://flask.pocoo.org/>`_.
        
        .. image:: https://img.shields.io/pypi/v/flask-oidc.svg?style=flat
          :target: https://pypi.python.org/pypi/flask-oidc
        
        .. image:: https://img.shields.io/pypi/dm/flask-oidc.svg?style=flat
          :target: https://pypi.python.org/pypi/flask-oidc
        
        .. image:: https://readthedocs.org/projects/flask-oidc/badge/?version=latest
           :target: http://flask-oidc.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://img.shields.io/travis/puiterwijk/flask-oidc.svg?style=flat
          :target: https://travis-ci.org/puiterwijk/flask-oidc
        
        This library should work with any standards compliant OpenID Connect provider.
        
        It has been tested with:
        
        * `Google+ Login <https://developers.google.com/accounts/docs/OAuth2Login>`_
        * `Ipsilon <https://ipsilon-project.org/>`_
        
        
        Project status
        ==============
        
        This project is in active development.
        
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
