I have installed spring security plug in to grails project.i have made my default action as auth. and when i login i get gsp view created by me.now how can i log out from there..
Thanks, LAxmi
Add a link to /logout
- LogoutController
will log you out.
For example: <g:link controller='logout'>Logout</g:link>