Fork of pyoidc lib adapted to Ozwillo platform
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Manuel Jeckelmann 3103593279 Added TravisCI badge 2014-11-23 23:22:34 +01:00
doc Extended the install-doc to ensure running tests 2014-11-04 16:25:51 +01:00
oauth_example Fixed remaining issues. 2013-12-20 12:58:35 +01:00
oidc_example Merge remote-tracking branch 'rohe/master' into ci_testing 2014-11-23 21:19:21 +01:00
script Fixed remaining issues. 2013-12-20 12:58:35 +01:00
src/oic Merge remote-tracking branch 'rohe/master' into ci_testing 2014-11-23 21:19:21 +01:00
tests Fixes as consequence of changes in pyjwkest. 2014-11-13 22:46:14 +01:00
.gitignore Added travis dependencies and tox config 2014-11-23 23:14:39 +01:00
.travis.yml Added travis dependencies and tox config 2014-11-23 23:14:39 +01:00
README.rst Added TravisCI badge 2014-11-23 23:22:34 +01:00
setup.py Added travis dependencies and tox config 2014-11-23 23:14:39 +01:00
tox.ini Added travis dependencies and tox config 2014-11-23 23:14:39 +01:00

README.rst

.. image:: https://travis-ci.org/rohe/pyoidc.svg?branch=master
    :target: https://travis-ci.org/rohe/pyoidc


A complete OpenID Connect implementation
========================================

This will eventually be a complete implementation of OpenID Connect.
And as a side effect a fairly complete implementation of OAuth2.0 .

But while the standards are in the flux they are, the best I can do is
to track them as close as possible.

Expect a certain time-laps between changes of the documents and the
corresponding change of the code. I will strive to keep the time lap as
short as possible.