4 curated breaking changes across major versions of authlib. Use this as a migration checklist before bumping dependencies.
Stop support for Python 3.8. #682
RFC9068 implementation, via #586 by @azmeuk.
Raise `InvalidGrantError` for invalid code, redirect_uri and no user errors in OAuth 2.0 server.
The default `authlib.jose.jwt` would only work with JSON Web Signature algorithms, if you would like to use JWT with JWE algorithms, please pass the algorithms parameter: ```python jwt = JsonWebToken(['A128KW', 'A128GCM', 'DEF']) ``` **Security fixes** for JOSE module
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/pypi/authlib