| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-30 | 2.5 kB | |
| v1.8.0 source code.tar.gz | 2026-08-30 | 361.9 kB | |
| v1.8.0 source code.zip | 2026-08-30 | 613.9 kB | |
| Totals: 3 Items | 978.2 kB | 3 | |
What's Changed
- Prefer
id_token_signed_response_algclient metadata to guess algs by @azmeuk in https://github.com/authlib/authlib/pull/888 - fix: Catch InvalidKeyIdError in RFC 9068 JWTBearerTokenValidator by @liudonggalaxy in https://github.com/authlib/authlib/pull/891
- fix: make leeway configurable in JWTBearerTokenValidator by @mondi04 in https://github.com/authlib/authlib/pull/903
- feat: add default jti claim to sign_jwt_bearer_assertion by @liudonggalaxy in https://github.com/authlib/authlib/pull/897
- fix(oauth): cast sub claim to string in JWTBearerTokenGenerator by @levinKaus in https://github.com/authlib/authlib/pull/911
- Declare lower bounds for dependencies by @azmeuk in https://github.com/authlib/authlib/pull/912
- feat(client): use httpx2 instead of httpx by @levinKaus in https://github.com/authlib/authlib/pull/909
- Fix RFC7523 malformed claims handling by @azmeuk in https://github.com/authlib/authlib/pull/916
- Fix httpx oauth1 binary form data by @shc261392 in https://github.com/authlib/authlib/pull/779
- fix(starlette_client): remove default= keyword from config.get calls by @aliaksei-protchanka in https://github.com/authlib/authlib/pull/770
- Added client_id parameter to AssertionClient by @vilmar-hillow in https://github.com/authlib/authlib/pull/476
- fix(oauth): save device credential with authenticated client id by @arpitjain099 in https://github.com/authlib/authlib/pull/908
- fix(oauth1): correct protocol name in InsecureTransportError description by @RavSinghChandan in https://github.com/authlib/authlib/pull/919
- fix(client): client can be flexible with jwt's header by @lepture in https://github.com/authlib/authlib/pull/922
- fix(oidc): omit claims when the value is None by @lepture in https://github.com/authlib/authlib/pull/923
New Contributors
- @mondi04 made their first contribution in https://github.com/authlib/authlib/pull/903
- @levinKaus made their first contribution in https://github.com/authlib/authlib/pull/911
- @aliaksei-protchanka made their first contribution in https://github.com/authlib/authlib/pull/770
- @vilmar-hillow made their first contribution in https://github.com/authlib/authlib/pull/476
- @arpitjain099 made their first contribution in https://github.com/authlib/authlib/pull/908
- @RavSinghChandan made their first contribution in https://github.com/authlib/authlib/pull/919
Full Changelog: https://github.com/authlib/authlib/compare/v1.7.2...v1.8.0