Skip to content

Configure Shiro via DI instead of using ini files

Anton Sudak requested to merge a.sudak/play-cms:play-auth-injectable into master

This merge request introduces play-auth and shiro integration using shiro-guice library. It allows to bring DI into a shiro related classes.

It also allows us to drop shiro.ini support since we can configure environment via guice dsl.

Edited by Anton Sudak

Merge request reports