All Projects → aspnet → Security

aspnet / Security

Licence: apache-2.0
[Archived] Middleware for security and authorization of web apps. Project moved to https://github.com/aspnet/AspNetCore

Projects that are alternatives of or similar to Security

Testing
[Archived] Testing infrastructure, including support for xUnit.net and StyleCop. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 64 (-94.64%)
Mutual labels:  aspnet-product
Dotnettools
[Archived] Various .NET command line tools. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 447 (-62.53%)
Mutual labels:  aspnet-product
Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 5,727 (+380.05%)
Mutual labels:  aspnet-product
Routing
[Archived] Middleware for routing requests to application logic. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 276 (-76.87%)
Mutual labels:  aspnet-product
Websockets
[Archived] Implementation of the WebSocket protocol, along with client and server integration components.
Stars: ✭ 364 (-69.49%)
Mutual labels:  aspnet-product
Logging
[Archived] Common logging abstractions and a few implementations. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 502 (-57.92%)
Mutual labels:  aspnet-product
PlatformAbstractions
OBSOLETE - used only for 1.0/1.1 patch builds
Stars: ✭ 22 (-98.16%)
Mutual labels:  aspnet-product
Razor
[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 877 (-26.49%)
Mutual labels:  aspnet-product
Httpabstractions
[Archived] HTTP abstractions such as HttpRequest, HttpResponse, and HttpContext, as well as common web utilities. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 378 (-68.32%)
Mutual labels:  aspnet-product
Webhooks
[Archived] Libraries to create and consume web hooks on ASP.NET Core. Project moved to https://github.com/aspnet/AspLabs
Stars: ✭ 617 (-48.28%)
Mutual labels:  aspnet-product
Javascriptservices
[Archived] This repository has been archived
Stars: ✭ 3,108 (+160.52%)
Mutual labels:  aspnet-product
Microsoft.data.sqlite
[Archived] SQLite implementations of the System.Data.Common interfaces. Project has moved to https://github.com/aspnet/EntityFrameworkCore
Stars: ✭ 344 (-71.17%)
Mutual labels:  aspnet-product
Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
Stars: ✭ 524 (-56.08%)
Mutual labels:  aspnet-product
EventNotification
[Archived] Event notification system for broadcasting application state and configuration. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 43 (-96.4%)
Mutual labels:  aspnet-product
Aspnet Docker
[Archived] ASP.NET Core Docker images for 1.x. Go to https://github.com/dotnet/dotnet-docker for 2.1 and up.
Stars: ✭ 741 (-37.89%)
Mutual labels:  aspnet-product
ServerTests
[Archived] Tests for Helios, WebListener and Kestrel. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 20 (-98.32%)
Mutual labels:  aspnet-product
Caching
[Archived] Libraries for in-memory caching and distributed caching. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 470 (-60.6%)
Mutual labels:  aspnet-product
Htmlabstractions
[Archived] HTML abstractions used for building HTML content. Project moved to https://github.com/aspnet/AspNetCore
Stars: ✭ 27 (-97.74%)
Mutual labels:  aspnet-product
Dependencyinjection
[Archived] Contains common DI abstractions that ASP.NET Core and Entity Framework Core use. Project moved to https://github.com/aspnet/Extensions
Stars: ✭ 862 (-27.75%)
Mutual labels:  aspnet-product
Hosting
[Archived] Code for hosting and starting up an ASP.NET Core application. Project moved to https://github.com/aspnet/Extensions and https://github.com/aspnet/AspNetCore
Stars: ✭ 553 (-53.65%)
Mutual labels:  aspnet-product

ASP.NET Security [Archived]

This GitHub project has been archived. Ongoing development on this project can be found in https://github.com/aspnet/AspNetCore.

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.

Notes

ASP.NET Security will not include Basic Authentication middleware due to its potential insecurity and performance problems. If you host under IIS you can enable it via IIS configuration.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].