aspnetcore/src/Security
Hao Kung c330c0b37d
Cookie renew ticket if it already exists (#22732)
2020-06-16 14:51:57 -07:00
..
Authentication Cookie renew ticket if it already exists (#22732) 2020-06-16 14:51:57 -07:00
Authorization
CookiePolicy
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Add pragma disable to older migration files 2020-06-07 11:17:45 -07:00
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.sln
README.md
Security.sln Optional client certificates sample (#21484) 2020-06-05 01:34:21 +00:00
build.sh
startvs.cmd

README.md

ASP.NET Core Security

Contains the security and authorization middlewares for ASP.NET Core.

A list of community projects related to authentication and security for ASP.NET Core are listed in the documentation.

See the ASP.NET Core security documentation.

Notes

ASP.NET Security does not include Basic Authentication middleware due to its potential insecurity and performance problems. If you host under IIS, you can enable Basic Authentication via IIS configuration. This project is part of ASP.NET Core.