Releases: rocketbase-io/commons-auth
Releases · rocketbase-io/commons-auth
2.5.0
26 Aug 13:25
Compare
Sorry, something went wrong.
No results found
extended adapters
improved/refactored module
refactored testing
2.4.3
21 Aug 09:18
Compare
Sorry, something went wrong.
No results found
moved adapters and commonsPrincipal + authToken to core
removed WebAuthenticationDetails from CommonsAuthenticationToken (now it's just an Object)
2.4.2
21 Aug 07:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
added missing freetext to AppUserResource
added new UserSearchResource
2.4.0
20 Aug 18:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
upgraded to spring-boot 2.1.7
added cookie option to remember login within adapter
2.2.1
17 Jul 10:54
Compare
Sorry, something went wrong.
No results found
upgraded jjwt version 0.10.7
fixed JwtTokenDecoder - should use base64.urlDecoder instead of normal decoder...
2.2.0
26 Jun 06:02
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
add convenient functions and documentation to commonsPrincipal
2.1.3
12 Jun 21:40
Compare
Sorry, something went wrong.
No results found
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