Skip to content

Releases: rocketbase-io/commons-auth

2.5.0

26 Aug 13:25

Choose a tag to compare

  • extended adapters
  • improved/refactored module
  • refactored testing

2.4.3

21 Aug 09:18

Choose a tag to compare

  • moved adapters and commonsPrincipal + authToken to core
  • removed WebAuthenticationDetails from CommonsAuthenticationToken (now it's just an Object)

2.4.2

21 Aug 07:19

Choose a tag to compare

  • added new factory to AuthRestTemplate to allow username/password authentication for service-workers for example
  • included BasicResponseErrorHandler into AuthRestTemplate

2.4.1

20 Aug 20:40

Choose a tag to compare

  • added missing freetext to AppUserResource
  • added new UserSearchResource

2.4.0

20 Aug 18:54

Choose a tag to compare

  • added freetext search to QueryAppUser
  • added /api/user-search controller to easily search for users (by none admins)
  • controller returns only AppUserReference

2.3.0

20 Aug 06:10

Choose a tag to compare

  • upgraded to spring-boot 2.1.7
  • added cookie option to remember login within adapter

2.2.1

17 Jul 10:54

Choose a tag to compare

  • upgraded jjwt version 0.10.7
  • fixed JwtTokenDecoder - should use base64.urlDecoder instead of normal decoder...

2.2.0

26 Jun 06:02

Choose a tag to compare

  • split up AppUser into AppUserToken and AppUserEntity with interfaces etc.
  • many small api changes regarding the change
  • extended JWT-Token Details
  • introduces JwtTokenFilter that only use information of JWT-Token (to use in other Apps apart from Auth-Server)
  • adding java 12 compilation support

2.1.4

19 Jun 05:46

Choose a tag to compare

  • add convenient functions and documentation to commonsPrincipal

2.1.3

12 Jun 21:40

Choose a tag to compare

  • lowered JavaMailSender required. Now optional and fallback to log
  • upgraded versions: commons-rest 1.6.1, spring-boot 2.1.5, guava 28.0-jre