python-openid icon indicating copy to clipboard operation
python-openid copied to clipboard

OpenID library for Python

Results 63 python-openid issues
Sort by recently updated
recently updated
newest added

Please note that this IS valid according to RFC2616, section 10.1: A client MUST be prepared to accept one or more 1xx status responses prior to a regular response, even...

Add a missing import that could trigger an exception when `toMessage` was called on an extension instance with no parameters. This resolves issue #33

It was missing both a status code and a proper content-type. Also closed `self.wfile` for good measure.

While working on provider I encountered several problems that are solved in this branch - some assertions in namespace handling can not be prevented (e.g. consumer is stupid) So I...

Still understanding the Openid process but required this at least get a response to 'verify'. Without the change the form being was being displayed as data in html.

consumer would not be displayed as html in firefox. The continue button would be displayed as text/plain in the browser.

Hi, there was a need to be able to be able to query openid servers presenting 'known' self-signed certificates. To do this, we needed to be able to use custom...

There is no `Server.encode()`

Description in commits