commons-auth

simple implementation of an authentication endpoint with jwt, password-reset etc.

MIT License

Stars
15
Committers
2

Bot releases are visible (Hide)

commons-auth -

Published by melistik about 5 years ago

  • extended adapters
  • improved/refactored module
  • refactored testing
commons-auth -

Published by melistik about 5 years ago

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

Published by melistik about 5 years ago

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

Published by melistik about 5 years ago

  • added missing freetext to AppUserResource
  • added new UserSearchResource
commons-auth -

Published by melistik about 5 years ago

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

Published by melistik about 5 years ago

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

Published by melistik over 5 years ago

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

Published by melistik over 5 years ago

  • 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
commons-auth -

Published by melistik over 5 years ago

  • add convenient functions and documentation to commonsPrincipal
commons-auth -

Published by melistik over 5 years ago

  • 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
commons-auth -

Published by melistik over 5 years ago

  • fixed logo within forms template
commons-auth -

Published by melistik over 5 years ago

improved doc + added flexible roles functions

commons-auth - 2.1.0

Published by melistik over 5 years ago

  • added forms module to have a preconfigured login, logout, forgot-password and registration pages
  • minor fixes to services etc.
  • rearranges internal services in a separate package
commons-auth -

Published by melistik over 5 years ago

  • improved/fixes CommonsPrincipal keyValue handling
  • added keyValue methods to AppUserRead
commons-auth -

Published by melistik over 5 years ago

  • first release of splitted project (adapter and server)
  • using 2.1.x spring-boot
  • improved api and services
commons-auth -

Published by melistik over 5 years ago

  • upgraded spring-boot + commons-rest
  • added some tweaks and shorthands
commons-auth -

Published by melistik over 5 years ago

totally refactored the project:

  • splitted up core into adapter (to use as security config and service in other projects) and core with main remaining main classes
  • changed to spring boot auto configuration so that no component scan is necessary (except jpa-module)
  • some version upgrades and minor changes
commons-auth -

Published by melistik about 6 years ago

fixed lastTokenInvalidation TimeZone issue

commons-auth - 1.6.3

Published by melistik about 6 years ago

improved handling of password-change request

commons-auth -

Published by melistik about 6 years ago

  • upgraded to spring-boot 2.0.5
  • upgraded to jjwt 0.10.5
  • upgraded email-template-builder to 1.1.0