Sourced from authlib's releases.
v1.6.6
What's Changed
- fix(ClientAuth): fix incorrect signature when Content-Type is x-www-form-urlencoded by
@shc261392in authlib/authlib#778- Fix: Use
expires_inwhenexpires_atis unparsable by@bendavis78in authlib/authlib#842get_jwt_configtakes aclientparameter. by@azmeukin authlib/authlib#844New Contributors
@shc261392made their first contribution in authlib/authlib#778@bendavis78made their first contribution in authlib/authlib#842Full Changelog: https://github.com/authlib/authlib/compare/v1.6.5...v1.6.6
Sourced from authlib's changelog.
Version 1.6.6
Released on Dec 12, 2025
get_jwt_configtakes aclientparameter, :pr:844.- Fix incorrect signature when
Content-Typeis x-www-form-urlencoded for OAuth 1.0 Client, :pr:778.- Use
expires_ininOAuth2Tokenwhenexpires_atis unparsable, :pr:842.- Always track
statein session for OAuth client integrations.
bb7a315
chore: release 1.6.60a423d4
Merge pull request #844
from azmeuk/806-get-jwt-config-client2808378
Merge commit from fork714502a
feat: get_jwt_config takes a client parameter260d04e
Fix: Use expires_in when expires_at is
unparsableeb37124
Merge pull request #778
from shc261392/fix-httpx-oauth1-form-data-incorrect-s...0ba9ec4
docs: fix guide on requests self signed certificatea2e9943
docs: indicate that #743
needs a migration06015d2
test: factorize the token fixture