Bump authlib from 0.15.5 to 1.0.1
Bumps authlib from 0.15.5 to 1.0.1.
Release notes
Sourced from authlib's releases.
Version 1.0.1
- Fix
authenticate_nonemethod, via #438.- Allow to pass in alternative signing algorithm to RFC7523 authentication methods via #447.
- Fix
missing_tokenfor Flask OAuth client, via #448.- Allow
openidin any place of the scope, via #449.- Security fix for validating essential value on blank value in JWT, via #445.
Version 1.0.0
We have dropped support for Python 2 in this release. We have removed built-in SQLAlchemy integration.
OAuth Client Changes:
The whole framework client integrations have been restructured, if you are using the client properly, e.g.
oauth.register(...), it would work as before.OAuth Provider Changes:
In Flask OAuth 2.0 provider, we have removed the deprecated
OAUTH2_JWT_XXXconfiguration, instead, developers should define.get_jwt_configon OpenID extensions and grant types.SQLAlchemy integrations has been removed from Authlib. Developers should define the database by themselves.
JOSE Changes
JWShas been renamed toJsonWebSignatureJWEhas been renamed toJsonWebEncryptionJWKhas been renamed toJsonWebKeyJWThas been renamed toJsonWebTokenThe "Key" model has been re-designed, checkout the JSON Web Key for updates.
Added
ES256Kalgorithm for JWS and JWT.Breaking Changes: find how to solve the deprecate issues via https://git.io/JkY4f
Changelog
Sourced from authlib's changelog.
Version 1.0.1
Released on April 6, 2022
- Fix authenticate_none method, via :gh:
issue#438.- Allow to pass in alternative signing algorithm to RFC7523 authentication methods via :gh:
PR#447.- Fix
missing_tokenfor Flask OAuth client, via :gh:issue#448.- Allow
openidin any place of the scope, via :gh:issue#449.- Security fix for validating essential value on blank value in JWT, via :gh:
issue#445.Version 1.0.0
Released on Mar 15, 2022.
We have dropped support for Python 2 in this release. We have removed built-in SQLAlchemy integration.
OAuth Client Changes:
The whole framework client integrations have been restructured, if you are using the client properly, e.g.
oauth.register(...), it would work as before.OAuth Provider Changes:
In Flask OAuth 2.0 provider, we have removed the deprecated
OAUTH2_JWT_XXXconfiguration, instead, developers should define.get_jwt_configon OpenID extensions and grant types.SQLAlchemy integrations has been removed from Authlib. Developers should define the database by themselves.
JOSE Changes
JWShas been renamed toJsonWebSignatureJWEhas been renamed toJsonWebEncryptionJWKhas been renamed toJsonWebKeyJWThas been renamed toJsonWebTokenThe "Key" model has been re-designed, checkout the :ref:
jwk_guidefor updates.Added
ES256Kalgorithm for JWS and JWT.Breaking Changes: find how to solve the deprecate issues via https://git.io/JkY4f
Commits
2e721aaVersion bump 1.0.1b953036Fix GitHub workflow for coveragef735578Fix tests, restructure tests45ceb49Raise InvalidClaimError for None value436e3f9Fix validate jwt essential logic1c7a2c4Allow openid scope anywhereb28f037Fix missing_token for Flask client6058a35Merge pull request #447 from mikemonteith-livi/master1f6aea6allow to pass in alternative signing algoritm to RFC7523 authentication methods1735d03Fix docs for OpenIDCode via #439- Additional commits viewable 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 mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@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)