aspnetcore/src/Antiforgery
Ben Adams 8fcadf72cd Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
..
ref Make pubinternal types in Antiforgery internal (#8340) 2019-03-11 14:18:17 -07:00
src Allow headers to match on ReferenceEquals before OrdinalIgnoreCase (#9341) 2019-04-18 12:00:01 -07:00
test Make pubinternal types in Antiforgery internal (#8340) 2019-03-11 14:18:17 -07:00
Antiforgery.sln Follow-up to VS2019 conversion (#7753) 2019-02-20 11:02:38 -08:00
README.md Update Antiforgery README (#4353) 2018-12-03 12:53:16 -08:00
build.cmd Make pubinternal types in Antiforgery internal (#8340) 2019-03-11 14:18:17 -07:00
build.sh Make pubinternal types in Antiforgery internal (#8340) 2019-03-11 14:18:17 -07:00
startvs.cmd Make pubinternal types in Antiforgery internal (#8340) 2019-03-11 14:18:17 -07:00

README.md

Antiforgery

Antiforgery system for generating secure tokens to prevent Cross-Site Request Forgery attacks.

This project is part of ASP.NET Core. You can find documentation and getting started instructions for ASP.NET Core at the AspNetCore repo.