-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add Grails 3 Sample #442
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
Add Grails 3 Sample #442
Conversation
Browse to http://localhost:8080/test/index for example
Note that the domain-classes are auto generated from https://grails-plugins.github.io/grails-spring-security-core/v3/index.html#s2-quickstart You can restart the app and will not be logged out. User: user Pass: password
@erichelgeson Thanks for submitting this! I'll wait for the second half before merging/reviewing in detail. One thing we will want to ensure we have is some tests to ensure this is working. |
No problem, took a first stab at the docs too (could use a second set of eyes on that as well). |
@rwinch tests adapted from the spring boot example. Can be run by |
@erichelgeson Thanks for the updates! Some feedback.
|
The tests are passing, just I didn't have a random port assigned (the boot gradle example didnt work in grails, but i found one that does). the root Pushed up the changes, let me know! |
Thanks for the PR! This is now merged into master. I have applied a bit of polish via 3825a46 |
First 1/2 of #246
Shows example of session integration along with spring security core plugin integration.