Metadata-Version: 2.1
Name: flask-oidc-ex
Version: 0.1.0
Summary: OpenID Connect extension for Flask - Extended
Home-page: https://github.com/larsw/flask-oidc-ex
Author: Erica Ehrhardt, Patrick Uiterwijk, Lars Wilhelmsen
Author-email: lars@sral.org
License: UNKNOWN
Description: flask-oidc-ex
        =============
        
        `OpenID Connect <https://openid.net/connect/>`_ support for `Flask <http://flask.pocoo.org/>`_.
        
        .. image:: https://img.shields.io/pypi/v/flask-oidc-ex.svg?style=flat
          :target: https://pypi.python.org/pypi/flask-oidc-ex
        
        .. image:: https://img.shields.io/pypi/dm/flask-oidc-ex.svg?style=flat
          :target: https://pypi.python.org/pypi/flask-oidc-ex
        
        .. image:: https://readthedocs.org/projects/flask-oidc-ex/badge/?version=latest
           :target: http://flask-oidc-ex.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://img.shields.io/travis/larsw/flask-oidc.svg?style=flat
          :target: https://travis-ci.org/larsw/flask-oidc
        
        This library is a fork of the `flask-oidc <https://github.com/puiterwijk/flask-oidc>` library, and should work with any standards compliant OpenID Connect provider.
        
        The main contribution that this library provides compared to _flask_oidc_ is the option to locally validate JWT-based access tokens
        (based on `python-jose <https://pypi.org/project/python-jose/>`) instead of calling the OP's userinfo endpoint for validation.
        
        It also provides a way of providing a factory function for _httplib2.Http_ instances, so that SSL certificate validation etc. can be customized properly.
        
        It has been tested with:
        
        * `Keycloak <https://www.keycloak.com/>`_
        
        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 :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/x-rst
Provides-Extra: dev
