Trying out Shiro features in a Grails 2.2.2 app.
The story so far:
- grails create-app
- add shiro:1.2.0-SNAPSHOT dependency
- grails shiro-quick-start
- implement login filter to store user permissions in session (work in progress)
- show debug info
- login (joe/password or admin/password)
- signOut
- assert nativesession
- permission check "user:read:*"
- Grails
- grails-shiro-plugin
- Shiro framework
- Grails Authentication with Shiro (Bootstrap.groovy from here)
- Using Grails Shiro plugin