Metadata-Version: 1.1
Name: django-oidc-rp
Version: 0.3.2
Summary: A server side OpenID Connect Relying Party (RP/Client) implementation for Django.
Home-page: https://github.com/impak-finance/django-oidc-rp
Author: impak Finance
Author-email: tech@impakfinance.com
License: MIT
Description: django-oidc-rp
        ##############
        
        **Django-oidc-rp** is a lightweight - server side OpenID Connect Relying Party (RP/Client)
        implementation for Django. It allows to easily integrate an OpenID Connect provider as the
        authentication source in a Django project.
        
        .. contents:: Table of Contents
            :local:
        
        Documentation
        =============
        
        Online browsable documentation is available at https://django-oidc-rp.readthedocs.io.
        
        Head over to the documentation for all the details on how to add OpenID Connect authentication
        support to your Django project
        
        Main requirements
        =================
        
        Python 3.4+, Django 1.11+.
        
        Authors
        =======
        
        impak Finance <tech@impakfinance.com>.
        
        License
        =======
        
        MIT. See ``LICENSE`` for more details.
        
Keywords: django openidconnect oidc client rp authentication auth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
