Skip to content

Releases: ral-facilities/ldap-jwt-auth

v3.1.0

26 Feb 12:00
48678a4

Choose a tag to compare

What's Changed

Semi-breaking change

  • Response codes for an invalid or expired access token while authentication is enabled has changed from a 403 to a 401 in #330

Package updates

  • Bump the github-actions group across 1 directory with 5 updates by @dependabot[bot] in #329
  • Bump python from 3.13.10-alpine3.23 to 3.13.12-alpine3.23 by @dependabot[bot] in #326
  • Bump the pip group across 1 directory with 32 updates by @dependabot[bot] in #330
  • Bump the pip group with 2 updates by @dependabot[bot] in #331
  • Bump python from f820997 to bb1f2fd by @dependabot[bot] in #332

Full Changelog: v3.0.0...v3.1.0

v3.0.0

08 Dec 17:05
021b776

Choose a tag to compare

What's Changed

Breaking changes

  • New mandatory environment variables have been introduced, see the new .env.example file and README for details.
  • The active_usernames.txt and active_usernames.example.txt files have been replaced with users_config.yaml and users_config.example.yaml. See the new users_config.example.yaml file and README for details.

Internal Changes

  • Exclude unnecessary modules from test coverage measurement by @VKTB in #274
  • Update tests after OIDC changes by @VKTB in #283
  • Replace usage of deprecated HTTP_422_UNPROCESSABLE_ENTITY with HTTP_422_UNPROCESSABLE_CONTENT status code by @VKTB in #289
  • Update user role refresh token #295 by @MatteoGuarnaccia5 in #296

Package Updates

Full Changelog: v2.0.0...v3.0.0

v2.0.0

26 Jun 12:56
19beff1

Choose a tag to compare

What's Changed

  • Use a single multistage Dockerfile by @VKTB in #227

Breaking changes

  • The .env and logging.ini files have moved to the root of the project, so the files need to be moved for local installations, and for docker the volume mounts will need updating. See the new README for details.

Internal Changes

Package Updates

Full Changelog: v1.0.2...v2.0.0

v1.0.2

14 Mar 16:08
e776ac7

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

16 Sep 14:06
789eaa3

Choose a tag to compare

What's Changed

  • Bump cryptography from 42.0.8 to 43.0.1 by @VKTB in #133

Full Changelog: v1.0.0...v1.0.1

v1.0.0

18 Jul 13:42
d575e27

Choose a tag to compare

First release