aspnetcore/test/Microsoft.AspNet.Antiforger...
Ryan Nowak 9bcecf3994 Fix #5 - better error message for missing tokens
This fix changes the model for error messaging in antiforgery. Now only
the token store will report a detailed error message including the names
of form field and cookie. Other components will give more generic errors
and assume that this was handled by the token store.

This way you still see an error if the user creates a token store that
doesn't throw, but it's a generic error that doesn't give incorrect
information.
2015-08-06 08:48:47 -07:00
..
AntiforgeryOptionsSetupTest.cs
AntiforgeryTokenTest.cs
BinaryBlobTest.cs
DefaultAntiforgeryTest.cs Fix #5 - better error message for missing tokens 2015-08-06 08:48:47 -07:00
DefaultAntiforgeryTokenGeneratorTest.cs Fix #5 - better error message for missing tokens 2015-08-06 08:48:47 -07:00
DefaultAntiforgeryTokenSerializerTest.cs
DefaultAntiforgeryTokenStoreTest.cs Fix #5 - better error message for missing tokens 2015-08-06 08:48:47 -07:00
DefaultClaimUidExtractorTest.cs
Microsoft.AspNet.Antiforgery.Test.xproj
TestOptionsManager.cs
project.json