How to use Grails Spring Security Plugin to require logging in before access an action?
- by Hoàng Long
Hi all,
I know that I can use annotation or Request mapping to restrict access to an ACTION by some specific ROLES. But now I have a different circumstance.
My scenario is: every user of my site can create posts, and they can make their own post public, private, or only share to some other users. I implement sharing post by a database table…