Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
3.3.0 source code.tar.gz | 2025-06-17 | 680.9 kB | |
3.3.0 source code.zip | 2025-06-17 | 809.0 kB | |
README.md | 2025-06-17 | 4.8 kB | |
Totals: 3 Items | 1.5 MB | 0 |
What's Changed
See also CHANGELOG.md
- Use proper SPDX identifier by @Shortfinga in https://github.com/oauthlib/oauthlib/pull/836
- Upgrade GitHub Actions and make bandit, codespell, and pytest mandatory by @cclauss in https://github.com/oauthlib/oauthlib/pull/835
- OAuth2Error: Allow falsy values as state by @TiphaineLAURENT in https://github.com/oauthlib/oauthlib/pull/815
- Update pre-configured OIDC server to use OIDC flavor of Refresh Token grant type by @burkel24 in https://github.com/oauthlib/oauthlib/pull/838
- Update setup.cfg to use license_files by @mgorny in https://github.com/oauthlib/oauthlib/pull/839
- Ensure expires_at is always int by @sindrig in https://github.com/oauthlib/oauthlib/pull/828
- create security policy by @auvipy in https://github.com/oauthlib/oauthlib/pull/831
- Fix failing GitHub Action lint_python.yml by @cclauss in https://github.com/oauthlib/oauthlib/pull/854
- Lint with ruff to replace bandit, flake8, isort, pyupgrade by @cclauss in https://github.com/oauthlib/oauthlib/pull/855
- Add classifier for Python 3.11 by @eseifert in https://github.com/oauthlib/oauthlib/pull/840
- Move from Travis to GitHub Actions CI by @auvipy in https://github.com/oauthlib/oauthlib/pull/834
- Add support for Python 3.12 by @hugovk in https://github.com/oauthlib/oauthlib/pull/859
- CI: Only attempt upload for upstream by @hugovk in https://github.com/oauthlib/oauthlib/pull/858
- Lint with ruff to replace bandit, flake8, isort, pyupgrade by @cclauss in https://github.com/oauthlib/oauthlib/pull/861
- Ensure that
request.client_id
is set during Refresh Token Grant. by @luhn in https://github.com/oauthlib/oauthlib/pull/853 - Tox use ruff by @cclauss in https://github.com/oauthlib/oauthlib/pull/864
- Make UtilsTests.test_filter_params Python 3.13+ compatible by @hroncok in https://github.com/oauthlib/oauthlib/pull/866
- Create dependency-review.yml by @auvipy in https://github.com/oauthlib/oauthlib/pull/850
- Update supported python versions in classifier by @auvipy in https://github.com/oauthlib/oauthlib/pull/860
- Coveralls parallel is True — Turn GitHub Actions green by @cclauss in https://github.com/oauthlib/oauthlib/pull/871
- Fix CI Errors by @shawnz in https://github.com/oauthlib/oauthlib/pull/878
- Update create_code_verifier to output the proper length by @shawnz in https://github.com/oauthlib/oauthlib/pull/876
- Add the device authorization endpoint (RFC8628 section 3.1 & 3.2) by @duzumaki in https://github.com/oauthlib/oauthlib/pull/881
- Add support for Python 3.13 by @hugovk in https://github.com/oauthlib/oauthlib/pull/883
- Allow user_code to be configured for device auth flow (Device Authorization Grant) by @duzumaki in https://github.com/oauthlib/oauthlib/pull/885
- Guard ui_locales.split() by @jaap3 in https://github.com/oauthlib/oauthlib/pull/879
- Add DeviceCodeGrant type for device code flow(rfc8628) section 3.4 & 3.5 by @duzumaki in https://github.com/oauthlib/oauthlib/pull/889
- Device flow: Pass verification_uri_complete to endpoint + pass Server kwargs to DeviceCodeGrant to allow validators to be setup with more flexibility by @duzumaki in https://github.com/oauthlib/oauthlib/pull/891
- Remove code verifier regex by @shawnz in https://github.com/oauthlib/oauthlib/pull/893
- Remove generic classifier by @EvertonSA in https://github.com/oauthlib/oauthlib/pull/895
- docs: add django-allauth to available options by @pennersr in https://github.com/oauthlib/oauthlib/pull/902
- Handle expires_at with best effort basis by @JonathanHuot in https://github.com/oauthlib/oauthlib/pull/900
- 3.3.0 release by @JonathanHuot in https://github.com/oauthlib/oauthlib/pull/898
New Contributors
- @Shortfinga made their first contribution in https://github.com/oauthlib/oauthlib/pull/836
- @TiphaineLAURENT made their first contribution in https://github.com/oauthlib/oauthlib/pull/815
- @burkel24 made their first contribution in https://github.com/oauthlib/oauthlib/pull/838
- @sindrig made their first contribution in https://github.com/oauthlib/oauthlib/pull/828
- @eseifert made their first contribution in https://github.com/oauthlib/oauthlib/pull/840
- @hroncok made their first contribution in https://github.com/oauthlib/oauthlib/pull/866
- @shawnz made their first contribution in https://github.com/oauthlib/oauthlib/pull/878
- @duzumaki made their first contribution in https://github.com/oauthlib/oauthlib/pull/881
- @jaap3 made their first contribution in https://github.com/oauthlib/oauthlib/pull/879
- @EvertonSA made their first contribution in https://github.com/oauthlib/oauthlib/pull/895
- @pennersr made their first contribution in https://github.com/oauthlib/oauthlib/pull/902
Full Changelog: https://github.com/oauthlib/oauthlib/compare/v3.2.2...v3.3.0