Bump authlib from 1.6.6 to 1.6.9
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(3 months ago)
(2 months ago)
(2 months ago)
Bumps authlib from 1.6.6 to 1.6.9.
Release notes
Sourced from authlib's releases.
v1.6.9
Full Changelog: https://github.com/authlib/authlib/compare/v1.6.8...v1.6.9
Changes in
josemodule
- Not using header's
jwkautomatically- Add
ES256Kinto default jwt algorithms- Remove deprecated algorithm from default registry
- Generate random
cekwhenceklength doesn't matchv1.6.8
Full Changelog: https://github.com/authlib/authlib/compare/v1.6.7...v1.6.8
- Add
EdDSAto defaultjwtinstance.v1.6.7
Full Changelog: https://github.com/authlib/authlib/compare/v1.6.6...v1.6.7
Set supported algorithms for the default
jwtinstance.
Changelog
Sourced from authlib's changelog.
Changelog
.. meta:: :description: The full list of changes between each Authlib release.
Here you can see the full list of changes between each Authlib release.
Version 1.7.0
Unreleased
- Add support for
OpenID Connect RP-Initiated Logout 1.0 <https://openid.net/specs/openid-connect-rpinitiated-1_0.html>_. See :ref:specs/rpinitiatedfor details. :issue:500- Per RFC 6749 Section 3.3, the
scopeparameter is now optional at both authorization and token endpoints.client.get_allowed_scope()is called to determine the default scope when omitted. :issue:845- Stop support for Python 3.9, start support Python 3.14. :pr:
850- Allow
AuthorizationServerMetadata.validate()to compose with RFC extension classes.- Fix
expires_at=0being incorrectly treated asNone. :issue:530- Allow
ResourceProtectordecorator to be used without parentheses. :issue:604- Implement RFC9700 PKCE downgrade countermeasure.
- Set
User-Agentheader when fetching server metadata and JWKs. :issue:704- RFC7523 accepts the issuer URL as a valid audience. :issue:
730Upgrade Guide: :ref:
joserfc_upgrade.
Commits
9266eaachore: release 1.6.9b9bb2b2fix(oidc): fail close at validating c_hash and at_hash1b0a1d9fix(jose): generate random cek when cek length doesn't match5be3c51fix(jose): add ES256K into default jwt algorithms48b345ffix(jose): remove deprecated algorithm from default registrya5d4b2dfix(jose): do not use header's jwk automaticallya769f34chore: release 1.6.884f3fa2fix: add EdDSA to default jwt algorithms38e872achore: release 1.6.7b87c32efix: remove "none" algorithm from default jwt instance- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.
Package Dependencies
Technical Details
| ID: | 15352793 |
| UUID: | 4083235246 |
| Node ID: | PR_kwDOCLb_9c7K9gMk |
| Host: | GitHub |
| Repository: | OperationCode/operationcode-pybot |