2025-03-03 10:03:17 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-authlib: updated to 1.5.1
1.5.1
Fix RFC9207 iss parameter.
|
2025-03-02 10:20:35 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-authlib: fix WHEELNAME
|
2025-02-26 10:09:12 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-authlib: updated to 1.5.0
1.5.0
- Fix token introspection auth method for clients.
- Optional ``typ`` claim in JWT tokens.
- JWT validation leeway.
- Implement server-side :rfc:`RFC9207 <9207>`.
- ``generate_id_token`` can take a ``kid`` parameter.
- More detailed ``InvalidClientError``.
- OpenID Connect Dynamic Client Registration implementation.
|
2025-01-28 19:11:52 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-authlib: updated to 1.4.1
1.4.1
Improve garbage collection on OAuth clients.
Fix client parameters for httpx.
|
2024-12-29 10:40:02 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-authlib: updated to 1.4.0
1.4.0
Fix id_token decoding when kid is null.
Support for Python 3.13.
Force login if the prompt parameter value is login.
Support for httpx 0.28,
Breaking changes:
Stop support for Python 3.8
|
2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862) |
Log message:
py-*: remove unused tool dependency
py-setuptools includes the py-wheel functionality nowadays
|
2024-08-26 16:55:44 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-authlib: updated to 1.3.2
Version 1.3.2
Prevent ever-growing session size for OAuth clients.
Revert quote client id and secret.
unquote basic auth header for authorization server.
|
2024-06-07 22:54:53 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-authlib: updated to 1.3.1
1.3.1
Prevent OctKey to import ssh and PEM strings.
|
2024-01-05 13:10:46 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-authlib: updated to 1.3.0
Version 1.3.0
Bug fixes
Restore AuthorizationServer.create_authorization_response behavior
Include leeway in validate_iat() for JWT
Fix encode_client_secret_basic
Use single key in JWK if JWS does not specify kid
Fix error when RFC9068 JWS has no scope field
Get werkzeug version using importlib
Breaking changes
RFC9068 implementation
|
2023-06-27 13:44:54 by Adam Ciarcinski | Files touched by this commit (3) |  |
Log message:
py-authlib: updated to 1.2.1
Version 1.2.1
Released on Jun 25, 2023
Apply headers in ClientSecretJWT.sign method
Allow falsy but non-None grant uri params
Fixed authorize_redirect for Starlette v0.26.0
Removed has_client_secret method and documentation
Removed request_invalid and token_revoked remaining occurences and documentation
Fixed RFC7591 grant_types and response_types default values
|