Skip to content

Releases: rocketbase-io/commons-auth

1.6.1

16 Sep 08:49
Compare
Choose a tag to compare

added ExceptionHandling within JwtServletFilter caught within CustomAuthoritiesProvider

1.6.0

04 Sep 18:36
Compare
Choose a tag to compare
  • improved CustomAuthoritiesProvider to allow also to cacth HttpServletRequest
  • this allows to read also Headers or UrlPath...

1.5.1

09 Aug 14:05
Compare
Choose a tag to compare
  • findById added to AppService

1.5.0

12 Jul 04:55
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • AppUserReference moved to api
  • use UserDetails instead of AppUser where possible

1.4.1

11 Jul 07:56
Compare
Choose a tag to compare

introduced AppUserReference as a simple representation of AppUser without password, keyVaules, audit etc.

1.4.0

06 Jul 11:26
Compare
Choose a tag to compare
  • upgraded to commons-rest 1.3.0
  • refactored resources

1.3.1

02 Jul 19:34
Compare
Choose a tag to compare

upgraded to email-template-builder 1.0.0

1.3.0

25 Jun 12:40
Compare
Choose a tag to compare

replaced custom email-template by separated project email-template-builder

1.2.0

22 Jun 11:20
Compare
Choose a tag to compare
  • 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