sdcote / loader

Component loader for 12-factor apps and embedded JREs.
MIT License
2 stars 1 forks source link

ENH: ValidateAntiForgeryToken Capability #5

Open sdcote opened 7 years ago

sdcote commented 7 years ago

ASP.NET has the ValidateAntiForgeryToken annotation to make sure the form submitted came from the server. This seems like a useful feature. Still requires the developer to place the proper code in the form, and separating form compilation away from the server (the View in Model, View, Controller) to achieve separation of concerns may make this difficult in the long run. Still, any feature which can help secure HTTP exchanges should be considered.