Skip to content

Releases: 42BV/rest-secure-spring-boot-starter

13.1.0

26 Sep 11:44
Compare
Choose a tag to compare
  • totp dependency is now optional, when using the mfa functionality, it has to be added by your project.

13.0.1

25 Sep 07:48
Compare
Choose a tag to compare
  • fixed codecov finding
  • fixed github badges
  • upgraded maven wrapper

13.0.0

24 Sep 18:12
Compare
Choose a tag to compare
  • fixed spring-security deprecation warnings
  • upgraded to java 21
  • upgraded maven plugins and dependencies

12.3.0

07 Dec 15:16
Compare
Choose a tag to compare
  • Upgrade to Spring Boot 3.2.0
  • Made the AuthenticationManager in the WebSecurityAutoConfig conditional.
    • This gives the option to implement your own version of the AuthenticationManager.

12.2.0

08 Nov 10:36
Compare
Choose a tag to compare
  • Upgrade to Spring Boot 3.1.5
  • Error response in RFC-7807 format
  • Added maven wrapper

12.1.0

11 Sep 07:23
Compare
Choose a tag to compare

12.0.0

11 Sep 07:22
Compare
Choose a tag to compare
  • Upgrade to Spring Boot 3.0.2
  • Upgrade to JDK 17

10.0.0

17 Dec 10:38
Compare
Choose a tag to compare

Added support for custom MFA checks, e.g. to also accept codes from email and SMS.

9.0.1

18 Nov 13:16
Compare
Choose a tag to compare

Fixed: #20 The label of the 2FA QR code should get the issuer added as well to work properly with all authenticator apps.

9.0.0

17 Nov 13:28
Compare
Choose a tag to compare

Added support for two-factor authentication (2FA, MFA) and updated Spring Boot to 2.5