Microsoft.AspNetCore.Authentication.JwtBearer by: Microsoft
  • 419 total downloads
  • Latest version: 2.3.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
Microsoft.AspNetCore.Authentication.MicrosoftAccount by: Microsoft
  • 379 total downloads
  • Latest version: 2.3.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the Microsoft Account authentication workflow.
Microsoft.AspNetCore.Authentication.OAuth by: Microsoft
  • 481 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
  • 444 total downloads
  • Latest version: 2.3.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.Authentication.Twitter by: Microsoft
  • 416 total downloads
  • Latest version: 2.3.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support Twitter's OAuth 1.0 authentication workflow.
Microsoft.AspNetCore.Authentication.WsFederation by: Microsoft
  • 224 total downloads
  • Latest version: 2.3.0
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support the WsFederation authentication workflow.
Microsoft.AspNetCore.Authorization by: Microsoft
  • 2.928k total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • 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/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 288 total downloads
  • Latest version: 2.3.0
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.AzureAppServices.HostingStartup by: Microsoft
  • 263 total downloads
  • Latest version: 2.2.5
  • aspnetcore azure appservices
ASP.NET Core lightup integration with Azure AppServices.
Microsoft.AspNetCore.AzureAppServicesIntegration by: Microsoft
  • 339 total downloads
  • Latest version: 2.3.0
  • aspnetcore azure appservices
ASP.NET Core integration with Azure AppServices.
Microsoft.AspNetCore.AzureKeyVault.HostingStartup by: Microsoft
  • 78 total downloads
  • Latest version: 2.0.4
  • aspnetcore azure appservices
ASP.NET Core lightup integration with Azure KeyVault.
Microsoft.AspNetCore.Components by: Microsoft
  • 666 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.796k total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • aspnetcore components
Roslyn analyzers for ASP.NET Core Components. This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.AspNetCore.Components.Authorization by: Microsoft
  • 749 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
  • 630 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
  • 668 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.528k total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • aspnetcore components
Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 2.631k total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • aspnetcore
Core components of ASP.NET Core networking protocol stack. This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.AspNetCore.CookiePolicy by: Microsoft
  • 424 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
  • 394 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