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