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

Python 3 port of the python-openid library

Results 10 python3-openid issues
Sort by recently updated
recently updated
newest added

Hi! :wave: I package this project for Arch Linux. We are currently tracking blockers for Python 3.13 and identified the use of cgi/cgitb as one. With Python 3.13 these modules...

Both objects end up as data in a serialized object, when used with `django-openid-auth`. Django switched to JSONSerializer that can no longer serialize these objects (in contrast to the Picke-based...

I also configured caching of `apt` and `pip` packages, to reduce the workflow execution time.

On Python 3.12 the following warning is printed during installation: ``` /usr/local/lib/python3.12/site-packages/openid/extensions/draft/pape2.py:30: SyntaxWarning: invalid escape sequence '\d' TIME_VALIDATOR = re.compile('^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ$') ``` This PR resolves this.

The 'uniq' part of 'assoc_handle' is currently inserted as a byte-string eg. {HMAC-SHA256}{6528ff2d}{b'uuLBig=='}. URL validators filtering on ' therefore rejects openid requests with 'assoc_handle' set.

When importing defusedxml's ElementTree use the non-deprecated import path first to avoid warnings.

I was trying to get another project to work. That project uses this one as a library. The version is old (3.1.0) but looking at the current source I think...

This might be straddling the border between "minor bug" and "wishlist", but the autoSubmitHTML page violates CSP policies that forbid inline script. This results in users seeing a mysterious almost-blank...

Try to login with Yahoo test env: python3.6 django==2.1.5 python3-openid version_info = (3, 1, 0) binascii.Error: Incorrect padding Internal Server Error: /accounts/openid/login/ Traceback (most recent call last): File "/home//project//src/mypy/lib/python3.6/site-packages/django/core/handlers/exception.py", line...

Replace `twill` usage with https://github.com/hickford/MechanicalSoup