Microsoft.AspNetCore.Authentication by: Microsoft
  • 129 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Abstractions by: Microsoft
  • 81 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication components.
Microsoft.AspNetCore.Authentication.Cookies by: Microsoft
  • 133 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to use cookie based authentication.
Microsoft.AspNetCore.Authentication.Core by: Microsoft
  • 87 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core common types used by the various authentication middleware components.
Microsoft.AspNetCore.Authentication.Google by: Microsoft
  • 351 total downloads
  • Latest version: 3.1.32
  • aspnetcore authentication security
ASP.NET Core contains middleware to support Google's OpenId and OAuth 2.0 authentication workflows. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/3eeb12e106b9e913c3a4dec1a7d16da7b74149eb
Microsoft.AspNetCore.Authentication.OAuth by: Microsoft
  • 138 total downloads
  • Latest version: 2.3.12
  • aspnetcore authentication security
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authorization by: Microsoft
  • 1.776k total downloads
  • Latest version: 11.0.0-preview.7.26381.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/e2c1e00b3d0f96afb892fb261d5921565b400246
Microsoft.AspNetCore.Authorization.Policy by: Microsoft
  • 83 total downloads
  • Latest version: 2.3.12
  • aspnetcore authorization
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.Components by: Microsoft
  • 223 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
  • 1.735k total downloads
  • Latest version: 11.0.0-preview.7.26381.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/e2c1e00b3d0f96afb892fb261d5921565b400246
Microsoft.AspNetCore.Components.Authorization by: Microsoft
  • 193 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
  • 196 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
  • 193 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 by: Microsoft
  • 10 total downloads
  • Latest version: 11.0.0-preview.7.26381.103
  • aspnetcore components
Build client-side single-page applications (SPAs) with Blazor running under WebAssembly. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246
Microsoft.AspNetCore.Components.WebAssembly.Authentication by: Microsoft
  • 793 total downloads
  • Latest version: 11.0.0-preview.7.26381.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/e2c1e00b3d0f96afb892fb261d5921565b400246
Microsoft.AspNetCore.Components.WebAssembly.DevServer by: Microsoft
  • 980 total downloads
  • Latest version: 11.0.0-preview.7.26381.103
  • aspnetcore components
Deprecated. Use Microsoft.AspNetCore.Components.Gateway instead of Microsoft.AspNetCore.Components.WebAssembly.DevServer. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246
Microsoft.AspNetCore.Components.WebAssembly.HttpHandler by: Microsoft
  • 24 total downloads
  • Latest version: 5.0.0-preview.7.20365.19
  • aspnetcore components
Package Description This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/979632683c720152cc04d0684644c40512f4e953
Microsoft.AspNetCore.Components.WebAssembly.Server by: Microsoft
  • 824 total downloads
  • Latest version: 11.0.0-preview.7.26381.103
  • aspnetcore components
Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2c1e00b3d0f96afb892fb261d5921565b400246
Microsoft.AspNetCore.Connections.Abstractions by: Microsoft
  • 1.074k total downloads
  • Latest version: 11.0.0-preview.7.26381.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/e2c1e00b3d0f96afb892fb261d5921565b400246
Microsoft.AspNetCore.Cors by: Microsoft
  • 113 total downloads
  • Latest version: 2.3.12
  • 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