My ASP.NET MVC application has multiple pages, most of these can only be accessed after logging in.
Should i add the AntiForgeryToken to every POST request or only the areas which i feel are important?
I will definitely be adding it to the Login page but do i also need it for the publicly accessible Register page?