Re: Securing Tynamo tapestry-resteasy with Shiro

2017-05-05 Thread Pavel Chernyak
Hi there, Richard. I created securityrequestfilter that reads header for auth token and autorize/or not. Than it pass request to other filters. Some part of code for example: public class SecurityRequestFilter implements HttpServletRequestFilter { @Inject private SecurityService securityService;

Securing Tynamo tapestry-resteasy with Shiro

2017-05-05 Thread Richard Frovarp
I'm wondering if there is a straightforward way to secure tapestry-resteasy with Shiro. We're already using tapestry-security. I have a student doing some work to do this, and it doesn't seem like the two work together. We can protect the URL path from the AppModule using the Shiro code like we