Illia Volochii

Results 13 issues of Illia Volochii

[dj-rest-auth](https://github.com/iMerica/dj-rest-auth/blob/a2638b438e4ef13c4f12329541b6a5cfb19af83a/dj_rest_auth/registration/serializers.py#L133) and possibly some other libraries and projects based on django-allauth use `OAuth2Client.get_access_token` to exchange authorization codes for access tokens. It works fine, but it is impossible to support [PKCE](https://oauth.net/2/pkce/)...

I updated URLs of Google endpoints to ones recommended in https://accounts.google.com/.well-known/openid-configuration. Two `userinfo` fields were renamed: * `id` to `sub` (also, its type changed from `int` to `str`); * `verified_email`...

b01fe34e5633768052e70d88e7e8db84368f93e3 updated the setting, but the old code was left in place. Fixes #2549.

This proposes adding a `pagination_config` argument to fields and types for specifying a maximum pagination limit and default offset and limit.

Since support for OpenSSL < 1.1.1 has been dropped, it looks like it is possible to add these functions to bindings and use them in pyOpenSSL to increase the number...

Tests on all supported OSes started failing with recent Python 3.13.0a5. Tests succeeded on Linux and macOS with Python 3.13.0a4 and on Windows with Python 3.13.0a3. Let's investigate the errors...

urllib3 has recently started relying on sphinxext-opengraph. In https://github.com/urllib3/urllib3/pull/3064 I tried setting up social cards, but ended up facing problems related to canonical URLs in Read the Docs. urllib3 has...

# Locations https://github.com/circleci/circleci-docs/blob/902a54389c06aca00d85f68e5e42deb6af4fc1df/jekyll/_cci2/databases.md#using-binaries # Details The described workaround doesn't fix the version mismatch when `cimg/postgres:15.4-postgis` is used. ``` pg_dump: error: server version: 15.4; pg_dump version: 14.8 (Ubuntu 14.8-0ubuntu0.22.04.1) pg_dump: error:...