Releases: rocketbase-io/commons-auth
Releases · rocketbase-io/commons-auth
1.6.1
1.6.0
1.5.1
1.5.0
- introduce CustomAuthoritiesProvider to allow adding custom authorities during
- jwt-creation
- security-context initialization
- scopes of jwt-token don't only contain ROLE_* also other authorities are possible
- refactored JwtTokenService to allow use without AppUser
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
replaced custom email-template by separated project email-template-builder
1.2.0
- added custom password, username and email validation + endpoint
- allow to configure password and username requirements via properties
- password-default: length at least 8, 1 upper, 1 lower, 1 special, 1 digit
- username-default: a-z and digits and special ".-_"
- added validation endpoint in order to check in advance
- added option to reset password also via username
- many small changes regarding the error handling and errorCodes
- upgraded spring-boot 2.0.3