Go to file
Hao Kung 775eb5ece4 Split Security into AuthN/AuthZ
AuthenticationType -> Scheme
Move Active/Passive into AutomaticAuthenticationHandler
Security -> Authorization/Authentication assemblies
401-403 logic
Switch from ClaimsIdentity to ClaimsPrincipal
2015-03-02 15:33:52 -08:00
samples Split Security into AuthN/AuthZ 2015-03-02 15:33:52 -08:00
src Split Security into AuthN/AuthZ 2015-03-02 15:33:52 -08:00
test Split Security into AuthN/AuthZ 2015-03-02 15:33:52 -08:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config
README.md
Security.sln
build.cmd
build.sh
global.json
makefile.shade

README.md

ASP.NET Security

ASP.NET Security contains the security and authorization middlewares for ASP.NET vNext.

This project is part of ASP.NET 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.