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
Tom Hunger 03222f2c2b Set encoding of message.py to utf8.
The file contains an integral sign which breaks compilation on python2.7+
when no encoding is set.
2014-12-12 17:36:52 +00: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 Allow the choice of user interface language for the login page. 2014-11-27 11:23:59 +01:00
script A couple of spelling errors in text. 2014-12-09 10:39:37 +01:00
src/oic Set encoding of message.py to utf8. 2014-12-12 17:36:52 +00:00
tests Changed how the string representation of a message is done. 2014-12-12 09:38:10 +01:00
.gitignore Cleaned up gitignore file 2014-11-04 14:30:03 +01:00
.travis.yml May solve the problem. 2014-11-27 09:37:51 +01:00
README.rst A couple of spelling errors in text. 2014-12-09 10:39:37 +01:00
setup.py Bumped the version number to distinguish it from the 06.0 release. 2014-11-27 18:00:18 +01:00

README.rst

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

This a fairly complete implementation of OpenID Connect as
specified in http://openid.net/specs/openid-connect-core-1_0.html.
And as a side effect a complete implementation of OAuth2.0 too.