- 1,666 total downloads
- last updated 5/25/2012
- Latest version: 1.0.0
A package to secure all controllers actions in your application by default by disallowing anonymous access, and requiring each HttpPost action to be passed an anti-forgery token. Anonymous access to a controller action needs to be explicitly set by use of an attribute.