Releases: rocketbase-io/commons-auth
Releases · rocketbase-io/commons-auth
2.1.2
- fixed logo within forms template
2.1.1
improved doc + added flexible roles functions
2.1.0
- 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
2.0.1
- improved/fixes CommonsPrincipal keyValue handling
- added keyValue methods to AppUserRead
2.0.0
- first release of splitted project (adapter and server)
- using 2.1.x spring-boot
- improved api and services
2.0.0.Beta2
- upgraded spring-boot + commons-rest
- added some tweaks and shorthands
2.0.0.Beta1
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
1.6.4
fixed lastTokenInvalidation TimeZone issue
1.6.3
improved handling of password-change request
1.6.2
- upgraded to spring-boot 2.0.5
- upgraded to jjwt 0.10.5
- upgraded email-template-builder to 1.1.0