Installation#

You can install simple_openid_connect from PyPi:

$ pip install simple_openid_connect

Alternatively, installing the latest development version from source can also be done:

$ pip install git+https://github.com/fsinfuhh/py_simple_openid_connect.git

Additional features#

This library also has some extra features which can be enabled by also installing the relevant package extra.

Note

Package extras can usually be installed by appending [$extra] to the package name e.g.:

$ pip install simple_openid_connect[django]

Name

Package Feature

Integration Docs

Supported Versions

Django

django

Django Integration Docs

v3.2, v4.0, v4.1

Django-Rest-Framework

djangorestframework

DRF Integration Docs

v3.13, v3.14