Skip to content

Releases: rocketbase-io/commons-auth

2.7.2

22 Nov 10:49

Choose a tag to compare

  • fixed configuration mistake
  • added cors annotation to oauth endpoint (security ignore lead to manual configuration)

2.7.1

20 Nov 10:01

Choose a tag to compare

  • upgraded spring-boot 2.2.1 + commons-rest 1.10.2
  • changed logic of security config helpers (work with instance now)
  • flexibilize the oauth login

2.7.0

18 Nov 18:24

Choose a tag to compare

  • added oauth2 endpoint
    • /auth/oauth2/token
    • supports grant_type password/refresh_token
  • simplify testing etc. within postman

2.6.1

28 Oct 13:02

Choose a tag to compare

  • fixed cache invalidation

2.6.0

26 Oct 20:20

Choose a tag to compare

  • upgraded to spring-boot 2.2.0 + commons-rest 1.9.1
  • allow to overwrite verificationUrl for RegistrationRequest + ForgotPasswordRequest
  • added cache also for id + email search within DefaultAppUserService
  • removed findAll within AppUserPersistenceService use find with Query

2.5.5

15 Oct 08:23

Choose a tag to compare

  • upgraded spring-boot 2.1.9 + email-template-builder 1.2.0
  • fixed LoginCookieFilter now should work also with refresh in case of expired accessToken

2.5.4

19 Sep 07:54

Choose a tag to compare

  • upgraded spring-boot 2.1.8 and commons-rest 1.8.0
  • fixed authProperties security path helpers

2.5.3

18 Sep 07:48

Choose a tag to compare

  • added option to prefix controller + forms endpoints
  • auth.prefix allows to add custom path before regular api endpoints

2.5.2

05 Sep 11:39

Choose a tag to compare

  • upgraded commons-rest
  • switch property auth.api.baseUrl to auth.base-url (that also works with kubernetes)

2.5.1

30 Aug 11:10

Choose a tag to compare

  • fixed autoConfiguration for jpa
  • improved jpa entity and schema definitions
  • added email-length check to validation
  • upgraded guava 28.1