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
Roland Hedberg cc71ab2fad Fixed remaining issues. 2013-12-20 12:58:35 +01:00
.idea/libraries Updated parameter names 2013-01-01 16:51:52 +01:00
as Added testdata 2013-09-12 12:27:40 +02:00
example Worked on test coverage 2012-05-29 16:19:43 +02:00
oauth_example Fixed remaining issues. 2013-12-20 12:58:35 +01:00
oc3 Fixed remaining issues. 2013-12-20 12:58:35 +01:00
rp1 Fixed remaining issues. 2013-12-20 12:58:35 +01:00
rp2 OAuth2 RP and AS example done. Fixed a couple of missing things in the OAuth2 consumer/provider code. 2013-12-09 14:51:55 +01:00
script Fixed remaining issues. 2013-12-20 12:58:35 +01:00
src/oic Fixed remaining issues. 2013-12-20 12:58:35 +01:00
tests Making a server stateless. 2013-12-17 14:13:56 +01:00
README.rst Fixed some spelling errors 2011-11-21 13:27:28 +01:00
setup.py Removed the M2Crypto dependency. 2013-12-17 14:14:37 +01: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.