Bug Fix Release
·
465 commits
to master
since this release
[1.2.0] - 2019-09-05
Added
- ConfigWithoutAuth; a version of KeycloakConfig that does not contain admin authentication details.
Fixed
- Fixed a flaw in attemptBuild in PolicyBuilders.scala that could potentially throw a FileNotFoundException in certain environments.
Changed
- Core functionality in the Akka-HTTP auth module has been split into a separate module to allow code reuse by any client adapter.
- Transformed KeycloakConfig into a trait, with ConfigWithAuth and ConfigWithoutAuth as subtypes.