Hi, I tried to configure a custom cipherKey via Guice using the following code:
bindConstant().annotatedWith(Names.named("shiro.cipherKey")).to(rememberMeCipherKey);
Unfortunately this doesn't work. Does anybody know how to make that work?
Thanks,
Marian
