-
I work on CiviForm, an open-source project that simplifies the application process for government benefits programs by re-using applicant data for multiple benefits applications. I am investigating the use of play-secret-rotation in our (Java) server. The
As mentioned, our server uses Java (and Play 2.8). Can anyone point me to some resource that helps me understand how/where to do this in Java? As far as I can tell, our project does not contain Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, @yotommy! |
Beta Was this translation helpful? Give feedback.
Hi, @yotommy!
ApplicationComponents
is a part of compile-time dependency injection that also supported by Play. If you use Guice as a runtime DI, you won't need a components.