aspnetcore/src/Security
Pranav K 93634cd772
Follow ups for nullable (#23736)
* Follow ups for nullable

* Update src/Http/Routing/src/Matching/DfaMatcherBuilder.cs

Co-authored-by: James Newton-King <james@newtonking.com>

Co-authored-by: James Newton-King <james@newtonking.com>
2020-07-07 21:46:50 +00:00
..
Authentication Update System.IdentityModel.Tokens.Jwt to 6.6 (#22846) 2020-06-25 14:25:59 -07:00
Authorization Follow ups for nullable (#23736) 2020-07-07 21:46:50 +00:00
CookiePolicy Add Extensions method for options (#23602) 2020-07-06 11:54:44 -07:00
benchmarks/Microsoft.AspNetCore.Security.Performance
samples Made the encodings of .razor and .cshtml files in the repo consistent (#23502) 2020-06-30 12:03:01 -07:00
test/AuthSamples.FunctionalTests
.vsconfig
AuthSamples.sln
README.md
Security.sln
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.