Skip to content

Releases: predix/spring-jwt-validation-filter

Release 5.0.0

Choose a tag to compare

@irinaepshteyn irinaepshteyn released this 16 Apr 00:22
9a80acf
  • Upgraded to spring 5
  • Upgraded spring and bouncycastle dependencies
  • Upgraded spring-security to the highest version compatible with spring-security-oauth2

Release 4.0.1

Choose a tag to compare

@irinaepshteyn irinaepshteyn released this 26 Jul 19:28
3817883
  • Improved trusted issues caching to avoid potential memory leaks
  • Improved error handling for malformed tokens

Release 4.0.0

Choose a tag to compare

@irinaepshteyn irinaepshteyn released this 27 Apr 21:16
eae6d22
  • Updated project to java 1.8
  • Improved token key caching to avoid potential memory leaks

Release 3.3.4

Choose a tag to compare

@irinaepshteyn irinaepshteyn released this 05 Jan 20:00
f1b89f9

This release contains security fixes and further improved token validation error handling.

Release 3.2.3

Choose a tag to compare

@irinaepshteyn irinaepshteyn released this 11 Feb 00:43

Improved token validation error handling by adding IssuerNotTrusted exception

3.2.2

Choose a tag to compare

@FrankGasparovic FrankGasparovic released this 31 Jan 23:38

This release introduces a property called useSubdomainsForZones. Setting this to false will disable zone resolution via subdomains from uaa-token-lib. Additionally, a bug was fixed where the trusted issuer was being returned when the issuer on the token was incorrect.