Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 438 total downloads
  • Latest version: 3.0.3
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c
Microsoft.AspNetCore.Authentication.MicrosoftAccount by: Microsoft
  • 418 total downloads
  • Latest version: 3.0.3
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c
Microsoft.AspNetCore.Authentication.OAuth by: Microsoft
  • 394 total downloads
  • Latest version: 2.3.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.OpenIdConnect by: Microsoft
  • 430 total downloads
  • Latest version: 3.0.3
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c
Microsoft.AspNetCore.Authentication.Twitter by: Microsoft
  • 452 total downloads
  • Latest version: 3.0.3
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c
Microsoft.AspNetCore.Authentication.WsFederation by: Microsoft
  • 299 total downloads
  • Latest version: 3.0.3
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c
Microsoft.AspNetCore.Authorization by: Microsoft
  • 2.204k total downloads
  • Latest version: 10.0.0-preview.3.25172.1
  • aspnetcore authorization
ASP.NET Core authorization classes. Commonly used types: Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute Microsoft.AspNetCore.Authorization.AuthorizeAttribute This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 230 total downloads
  • Latest version: 2.3.0
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.AzureAppServices.HostingStartup by: Microsoft
  • 351 total downloads
  • Latest version: 3.0.3
  • aspnetcore azure appservices
ASP.NET Core lightup integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c
Microsoft.AspNetCore.AzureAppServicesIntegration by: Microsoft
  • 402 total downloads
  • Latest version: 3.0.3
  • aspnetcore azure appservices
ASP.NET Core integration with Azure AppServices. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/bd1e14b7d16b798de8a874189c89afed755a266c
Microsoft.AspNetCore.AzureKeyVault.HostingStartup by: Microsoft
  • 63 total downloads
  • Latest version: 2.0.4
  • aspnetcore azure appservices
ASP.NET Core lightup integration with Azure KeyVault.
Microsoft.AspNetCore.Components by: Microsoft
  • 526 total downloads
  • Latest version: 5.0.0-preview.6.20312.15
  • aspnetcore components
Components feature for ASP.NET Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.Analyzers by: Microsoft
  • 2.015k total downloads
  • Latest version: 10.0.0-preview.3.25172.1
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898
Microsoft.AspNetCore.Components.Authorization by: Microsoft
  • 517 total downloads
  • Latest version: 5.0.0-preview.6.20312.15
  • aspnetcore components
Authentication and authorization support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.Forms by: Microsoft
  • 464 total downloads
  • Latest version: 5.0.0-preview.6.20312.15
  • aspnetcore components
Forms and validation support for Blazor applications. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.Web by: Microsoft
  • 544 total downloads
  • Latest version: 5.0.0-preview.6.20312.15
  • aspnetcore components
Support for rendering ASP.NET Core components for browsers. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 1.017k total downloads
  • Latest version: 10.0.0-preview.3.25172.1
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 1.955k total downloads
  • Latest version: 10.0.0-preview.3.25172.1
  • aspnetcore
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/de35e2b0a0d8d5d1e307907983a6838da1092898
Microsoft.AspNetCore.CookiePolicy by: Microsoft
  • 374 total downloads
  • Latest version: 2.3.0
  • aspnetcore
ASP.NET Core cookie policy classes to control the behavior of cookies.
Microsoft.AspNetCore.Cors by: Microsoft
  • 309 total downloads
  • Latest version: 2.3.0
  • aspnetcore cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute