I'm using the Shiro Grails Plugin and would like to implement the following in my application:
1. Certain actions of the user accumulate points for him and at certain thresholds this will yield the user new (shiro) permissions. 2. The extended permission set should be effective immediately without forcing the user to logout and back in 3. Ideally the permissions should be altered by an admin user using some administration tool for a logged in user and become effective immediately. I have implemented all of this but the part where the shiro session of an arbitrary user is updated. Any suggestions? -- View this message in context: http://n2.nabble.com/Elevating-permissions-without-requiring-the-user-to-logoff-logon-tp4393371p4393371.html Sent from the Shiro User mailing list archive at Nabble.com.
