Releases: rocketbase-io/commons-auth
Releases · rocketbase-io/commons-auth
1.6.1
16 Sep 08:49
Compare
Sorry, something went wrong.
No results found
added ExceptionHandling within JwtServletFilter caught within CustomAuthoritiesProvider
1.6.0
04 Sep 18:36
Compare
Sorry, something went wrong.
No results found
improved CustomAuthoritiesProvider to allow also to cacth HttpServletRequest
this allows to read also Headers or UrlPath...
1.5.1
09 Aug 14:05
Compare
Sorry, something went wrong.
No results found
findById added to AppService
1.5.0
12 Jul 04:55
Compare
Sorry, something went wrong.
No results found
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
12 Jul 04:52
Compare
Sorry, something went wrong.
No results found
AppUserReference moved to api
use UserDetails instead of AppUser where possible
1.4.1
11 Jul 07:56
Compare
Sorry, something went wrong.
No results found
introduced AppUserReference as a simple representation of AppUser without password, keyVaules, audit etc.
1.4.0
06 Jul 11:26
Compare
Sorry, something went wrong.
No results found
upgraded to commons-rest 1.3.0
refactored resources
1.3.1
02 Jul 19:34
Compare
Sorry, something went wrong.
No results found
upgraded to email-template-builder 1.0.0
1.3.0
25 Jun 12:40
Compare
Sorry, something went wrong.
No results found
1.2.0
22 Jun 11:20
Compare
Sorry, something went wrong.
No results found
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