In .NET you can protect controller action methods using `[Authorize]` data attribute above each method.
You can even create your own custom filters.
http://www.youtube.com/watch?v=BsxUsyMSGeA
Just letting you know. :)
You can even create your own custom filters.
http://www.youtube.com/watch?v=BsxUsyMSGeA
Just letting you know. :)
However, I do think that authentication is where people may believe they can stop, forgetting or maybe not understanding, that authentication really doesn't do much, without an authorization system.