Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating your first grails app with Spring Security? #4

Open
edwardotis opened this issue Jan 30, 2017 · 2 comments
Open

Creating your first grails app with Spring Security? #4

edwardotis opened this issue Jan 30, 2017 · 2 comments

Comments

@edwardotis
Copy link

edwardotis commented Jan 30, 2017

Great guide and example code!
As Authentication and Authorization are core components of most real world apps, I think it would be very helpful to the community to fork this guide with a more advanced version that adds Spring Security and/or Spring Security UI to this project.

For example, this github issue has the key hack required to get spring-security, hibernate4 and grails3.x working together.
grails-plugins/grails-cache-ehcache#26

@edwardotis
Copy link
Author

Now I see that beckwith has created an example that uses the hack. The example project is not linked in the spring-security documentation as far as I can tell.
https://github.com/grails-plugins/grails-spring-security-core/tree/master/secured

And the ehcache hack is listed as a footnote in Chapter 12.3.1 of the official instructions, but I only found that because I now know to search for the ehcache exclude.
https://grails-plugins.github.io/grails-spring-security-core/v3/index.html#locking

So, not a good experience for new grails users.

@ZacharyKlein
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants