grails-plugins / grails-spring-security-shiro

Apache License 2.0
13 stars 16 forks source link

Implement Shiro Role-based permissions #9

Closed mikelee3 closed 5 years ago

mikelee3 commented 6 years ago

Shiro has the capability to resolve role-based permissions as well as user-based permissions. We should update the Spring Security Shiro plugin to include this functionality.

I've experimented and gotten this to work locally, and hope to include a pull request.

I've added a pull request with an implementation, as well as updated documentation.

mikelee3 commented 5 years ago

Pull request https://github.com/grails-plugins/grails-spring-security-shiro/pull/10 was merged, so closing the issue.