OWIN middleware for extracting and validating anti-forgery (CSRF) token in requests.
Info
Version: | 1.0.0.10 |
Author(s): | Wouter Huysentruit |
Last Update: | Tuesday, March 6, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/huysentruitw/owin-anti-forgery-middleware |
NuGet Url: | https://www.nuget.org/packages/OwinAntiForgeryMiddleware |
Install
Install-Package OwinAntiForgeryMiddleware
dotnet add package OwinAntiForgeryMiddleware
paket add OwinAntiForgeryMiddleware
OwinAntiForgeryMiddleware Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Owin.Security(>= 4.0.0)