Releases: 42BV/rest-secure-spring-boot-starter
Releases · 42BV/rest-secure-spring-boot-starter
13.1.0
- totp dependency is now optional, when using the mfa functionality, it has to be added by your project.
13.0.1
- fixed codecov finding
- fixed github badges
- upgraded maven wrapper
13.0.0
- fixed spring-security deprecation warnings
- upgraded to java 21
- upgraded maven plugins and dependencies
12.3.0
- 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
- Upgrade to Spring Boot 3.1.5
- Error response in RFC-7807 format
- Added maven wrapper
12.0.0
- Upgrade to Spring Boot 3.0.2
- Upgrade to JDK 17
10.0.0
Added support for custom MFA checks, e.g. to also accept codes from email and SMS.
9.0.1
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
Added support for two-factor authentication (2FA, MFA) and updated Spring Boot to 2.5