Metadata-Version: 1.1
Name: openid-connect
Version: 0.2.0a1
Summary: Low-level Python OIDC Client library
Home-page: https://gitlab.com/aiakos/python-openid-connect
Author: Aiakos Contributors
Author-email: aiakos@aiakosauth.com
License: MIT
Description: openid-connect - Low-level Python OIDC Client library
        =====================================================
        .. image:: https://badge.fury.io/py/openid-connect.svg
        	:target: https://badge.fury.io/py/openid-connect
        
        This is a low-level Python library for authentication against OpenID
        Providers (e.g. Google).
        
        For high-level libraries see the Aiakos_ project.
        
        What is OpenID Connect?
        -----------------------
        
        It's a OAuth2-based standard for authentication in applications.
        
        Legacy authorization servers
        ----------------------------
        
        openid-connect does also support some legacy OAuth2 providers
        that do not implement OpenID Connect protocol:
        
        - gitlab
        - github
        
        Both official and on-premise instances are supported.
        
        Requirements
        ------------
        
        - Python 2.7 / 3.5+
        - python-jose_
        - six_
        
        .. _Aiakos: https://gitlab.com/aiakos
        .. _python-jose: https://github.com/mpdavis/python-jose
        .. _six: https://pypi.python.org/pypi/six/
        
Keywords: auth oauth openid oidc social ldap
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: BSD License
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.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: System :: Systems Administration :: Authentication/Directory
