Skip to content

Releases: uc-cdis/authutils

7.2.6

31 Mar 20:59
74e23c3

Choose a tag to compare

What's Changed

Full Changelog: 7.2.5...7.2.6

7.2.5

20 Feb 20:14
cfb723e

Choose a tag to compare

What's Changed

Full Changelog: 7.2.4...7.2.5

7.2.4

18 Feb 16:45
a7e0076

Choose a tag to compare

What's Changed

Full Changelog: 7.2.3...7.2.4

7.2.3

13 Feb 23:02
9e1024b

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 7.2.2

Notes to tag/commit: 7.2.3

Generated: 2026-02-13

Improvements

  • Specify latest release version of package update (inclusive of minor
    version update) (#101)

7.2.2

13 Feb 18:32
bfe411f

Choose a tag to compare

What's Changed

  • fix(deps): remove restriction on fastapi, update cryto by @Avantol13 in #100

Full Changelog: 7.2.1...7.2.2

7.2.1

09 Jan 20:27
ecfc64f

Choose a tag to compare

What's Changed

Full Changelog: 7.2.0...7.2.1

7.2.0

02 Jan 23:05
cb22f25

Choose a tag to compare

What's Changed

Full Changelog: 7.1.1...7.2.0

7.1.1

06 Nov 17:00
1433a12

Choose a tag to compare

Release Notes

For: uc-cdis/authutils

Notes since tag: 7.1.0

Notes to tag/commit: 7.1.1

Generated: 2025-11-06

Dependency Updates

  • authlib >= 1.6.5 (#91)

7.1.0

22 Oct 17:05
3c51cf1

Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.1.0

7.0.0

25 Jul 21:11
c7990f3

Choose a tag to compare

What's Changed

New Features

  • The audience aud field of JWT tokens is not validated anymore. The validation of which Gen3 instance a token is meant for is already done by using the issuer iss field to get public keys and verify the signature.

Breaking Changes

  • The audience aud field of JWT tokens is not validated anymore.

Bug Fixes

  • Fix "Authentication Error: Audience doesn't match" errors in Gen3 services (such as Sheepdog and Peregrine) running in a local Helm instance. The tokens' "audience" set by Fence (typically the BASE_URL setting "https://hostname/user") did not match the "audience" used by the services (typically the USER_API setting "http://fence-service").

Full Changelog: 6.2.7...7.0.0