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

I added the support of simple values for AX: The pre-existing behavior is the user set a list (with `setValues` or `addValue`) the AX response will be sent with: `openid.ax.count.`...

I had a problem with pycurl, then I decided to make this fix reference: https://github.com/openid/php-openid/commit/2370ac14ce94dd62fe8601206b383339ba3f3d7c https://github.com/agiliq/Django-Socialauth/issues/41

Please update the download link to the python-yadis source dist on http://pypi.python.org/pypi/python-yadis/ or for the love of god upload it to PyPI. kthxbye

python-openid doesn't have oauth extension yet. So I create oauth.py, porting from ruby-openid's oauth.rb, and check it can work.

I've made mysql storage driver compatible with ndbcluster storage engine by changing schema and switching blobEncode/blobDecode methods to work via the base64 encoder.

Conform to spec: Support providers which send positive assertions as a POST (vs. a GET). Compare any query parameters that are present in the "openid.return_to" URL, with query parameters in...

Add: - support for running 2to3 as part of the build process - a custom 2to3 fixer to ensure tests are patched too - minor changes to modules to ensure...

This is handled properly by a fair number of OpenID 2.0 RPs. It allows the provider to support identifier selection even if a different identifier was passed. You can observe...