Releases: uc-cdis/authutils
Releases · uc-cdis/authutils
6.2.6
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.2.5
Notes to tag/commit: 6.2.6
Generated: 2025-01-09
Improvements
- Support client_credentials tokens: do not assume tokens have a 'sub' field
(#79)
6.2.5
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.2.4
Notes to tag/commit: 6.2.5
Generated: 2024-06-14
Improvements
- Add debug log when the authorization header cannot be parsed (#78)
Bump cryptography
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.2.3
Notes to tag/commit: bf19dbf
Generated: 2024-02-05
Dependency Updates
- Bump cryptography from 41.0.4 to 41.0.6 (#76)
Update Authlib to latest version
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.2.2
Notes to tag/commit: 6.2.3
Generated: 2023-10-10
Dependency Updates
- Authlib updated to >1.1.0
- Flask version updated to < 2.3.3
- pytest-flask updated to >1.2.0
6.2.2
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.2.1
Notes to tag/commit: 6.2.2
Generated: 2022-11-03
Improvements
- Handle
FORCE_ISSUER
in get_keys_url()
(#66)
- Removing Veracode scanning pipeline (#68, #69)
- install poetry using pip, curl method no longer available due to
deprecation (#67)
6.2.1
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.2.0
Notes to tag/commit: 6.2.1
Generated: 2022-06-27
Bug Fixes
- Fix
authutils.token.fastapi.access_token
to accept both PEM and RSA key
formats (#65)
Python 3.9
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.1.2
Notes to tag/commit: 6.2.0
Generated: 2022-06-23
Dependency Updates
- Require Python >=3.9 (#64)
- Update
httpx
to >=0.23.0, pyjwt
to >=2.4.0, fastapi
to >=0.65.2 (#64)
6.1.2
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.1.1
Notes to tag/commit: 542e398
Generated: 2022-01-06
Dependency Updates
- authlib > 0.11.0 is a breaking change. Pin authlib to 0.11.0 (#61)
6.1.1
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.1.0
Notes to tag/commit: 6.1.1
Generated: 2021-12-03
Bug Fixes
- Replace references to OAuthClient (doesn't exist) with OAuth2Client (new
name) (#60)
6.1.0
Release Notes
For: uc-cdis/authutils
Notes since tag: 6.0.2
Notes to tag/commit: 4b43a25
Generated: 2021-10-28
Improvements
- Support in-app context and non-app context caching for public keys. (#55)