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 492e8c8193 Adapted tests to focus on content rather than on sort order 2014-11-24 23:18:29 +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-24 16:10:23 +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-24 16:10:23 +01:00
tests Adapted tests to focus on content rather than on sort order 2014-11-24 23:18:29 +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 Bump for lauunching tests 2014-11-24 16:02:09 +01:00
setup.py Merge remote-tracking branch 'rohe/master' into ci_testing 2014-11-24 16:10:23 +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.