Reputation: 12343
I am using Grails 2.5.1 and trying to use Authentication Plugin 2.0.1.
However, I have an error due to ConfigurationHolder not being found (this happens INSIDE authentication 2.0.1).
It seems that authentication 2.0.1 does not work with Grails 2.5.1 - it is not compatible with how grails structure changed in 2.4.x version.
What good authentication plugin version could I use? Or... How could I fix it? Or... what good authentication plugin alternative could I use?
Upvotes: 0
Views: 43
Reputation: 9895
Firstly, that plugin is no longer under development. The source code is on github, but no one has touched it in years. See this.
I don't know of a drop-in replacement. The closest one I know of is Grails Spring Security.
With some keyboard grease you can upgrade the plugin. If the holder error is the one I'm thinking of, it's easy to fix. Here's a general guideline:
Upvotes: 1