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 334986f7b7 Merge remote-tracking branch 'rohe/master' into maennel_master
Conflicts:
	src/oic/oauth2/__init__.py
2014-11-07 14:59:07 +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 maennel_master 2014-11-07 14:59:07 +01:00
script Fixed remaining issues. 2013-12-20 12:58:35 +01:00
src/oic Merge remote-tracking branch 'rohe/master' into maennel_master 2014-11-07 14:59:07 +01:00
tests Adapted example's name in order for the test to find the correct templates 2014-11-04 16:23:15 +01:00
.gitignore Refactored according to PEP8 and optimized imports 2014-11-07 14:49:22 +01:00
README.rst Fixed some spelling errors 2011-11-21 13:27:28 +01:00
setup.py Error in handling expires parameter in cookie. Should be seconds since the cookie was received. 2014-09-08 12:50:49 +02:00

README.rst

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.