Microsoft.AspNetCore.Components.Authorization 10.0.0-preview.1.25120.3

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Components.Authorization.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Components.Authorization --version 10.0.0-preview.1.25120.3
                    
NuGet\Install-Package Microsoft.AspNetCore.Components.Authorization -Version 10.0.0-preview.1.25120.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" Version="10.0.0-preview.1.25120.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Components.Authorization" Version="10.0.0-preview.1.25120.3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Components.Authorization" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Components.Authorization --version 10.0.0-preview.1.25120.3
                    
#r "nuget: Microsoft.AspNetCore.Components.Authorization, 10.0.0-preview.1.25120.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNetCore.Components.Authorization@10.0.0-preview.1.25120.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Components.Authorization&version=10.0.0-preview.1.25120.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Components.Authorization&version=10.0.0-preview.1.25120.3&prerelease
                    
Install as a Cake Tool

Authentication and authorization support for Blazor applications.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (355)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Components.Authorization:

Package Downloads
Microsoft.AspNetCore.Components.WebAssembly.Authentication

Build client-side authentication for single-page applications (SPAs). This package was built from the source code at https://github.com/dotnet/dotnet/tree/44525024595742ebe09023abe709df51de65009b

bunit.web

bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component.

bunit

bUnit is a testing library for Blazor components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services. bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and JSInterop.

BootstrapBlazor

Bootstrap UI components for Blazor and Razor Components

Masa.Blazor

Blazor UI component library based on Material Design

GitHub repositories (55)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Components.Authorization:

Repository Stars
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
dotnetcore/BootstrapBlazor
Bootstrap Blazor is an enterprise-level UI component library based on Bootstrap and Blazor.
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
phongnguyend/Practical.CleanArchitecture
Full-stack .Net 10 Clean Architecture (Microservices, Modular Monolith, Monolith), Blazor, Angular 21, React 19, Vue 3.5, BFF with YARP, NextJs 16, Domain-Driven Design, CQRS, SOLID, Asp.Net Core Identity Custom Storage, OpenID Connect, EF Core, OpenTelemetry, SignalR, Background Services, Health Checks, Rate Limiting, Clouds (Azure, AWS, GCP), ...
Nethereum/Nethereum
Ethereum .Net cross platform integration library
oqtane/oqtane.framework
Oqtane is an open-source developer productivity platform for building modern .NET applications and websites that run on Web, Desktop and Mobile.
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
servicetitan/Stl.Fusion
Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
Webreaper/Damselfly
Damselfly is a server-based Photograph Management app. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. Damselfly includes support for object/face detection.
DuendeSoftware/products
The most flexible and standards-compliant OpenID Connect and OAuth 2.x framework for ASP.NET Core
thangchung/clean-architecture-dotnet
🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻
MarimerLLC/csla
A home for your business logic in any .NET application.
masastack/MASA.Blazor
Blazor UI component library based on Material Design. Support Blazor Server, Blazor WebAssembly and MAUI Blazor.
blogifierdotnet/Blogifier
Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
bitfoundation/bitplatform
Build all of your apps using what you already know and love ❤️
bUnit-dev/bUnit
bUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
dotnet/MobileBlazorBindings
Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
masastack/MASA.Framework
.NET next-generation microservice development framework, which provides cloud native best practices based on Dapr.
Version Downloads Last Updated
10.0.2 16,915 1/13/2026
10.0.1 156,673 12/9/2025
10.0.0 465,274 11/11/2025
10.0.0-rc.2.25502.107 18,036 10/14/2025
10.0.0-rc.1.25451.107 19,839 9/9/2025
10.0.0-preview.7.25380.108 5,197 8/12/2025
10.0.0-preview.6.25358.103 1,893 7/15/2025
10.0.0-preview.5.25277.114 1,338 6/6/2025
10.0.0-preview.4.25258.110 2,194 5/12/2025
10.0.0-preview.3.25172.1 946 4/10/2025
10.0.0-preview.2.25164.1 696 3/18/2025
10.0.0-preview.1.25120.3 1,008 2/25/2025
9.0.12 4,328 1/13/2026
9.0.11 133,726 11/11/2025
9.0.10 370,584 10/14/2025
9.0.9 419,640 9/9/2025
9.0.8 415,757 8/5/2025
9.0.7 305,079 7/8/2025
9.0.6 441,405 6/10/2025
9.0.5 1,733,707 5/13/2025
9.0.4 928,606 4/8/2025
9.0.3 548,123 3/11/2025
9.0.2 575,950 2/11/2025
9.0.1 751,871 1/14/2025
9.0.0 2,047,266 11/12/2024
9.0.0-rc.2.24474.3 44,356 10/8/2024
9.0.0-rc.1.24452.1 60,748 9/10/2024
9.0.0-preview.7.24406.2 45,023 8/13/2024
9.0.0-preview.6.24328.4 35,632 7/9/2024
9.0.0-preview.5.24306.11 12,944 6/11/2024
9.0.0-preview.4.24267.6 1,141 5/21/2024
9.0.0-preview.3.24172.13 40,849 4/11/2024
9.0.0-preview.2.24128.4 1,327 3/12/2024
9.0.0-preview.1.24081.5 19,537 2/13/2024
8.0.23 3,184 1/13/2026
8.0.22 137,138 11/11/2025
8.0.21 142,888 10/14/2025
8.0.20 170,290 9/9/2025
8.0.19 234,516 8/4/2025
8.0.18 201,797 7/8/2025
8.0.17 248,383 6/10/2025
8.0.16 251,917 5/13/2025
8.0.15 351,432 4/8/2025
8.0.14 424,908 3/11/2025
8.0.13 375,470 2/11/2025
8.0.12 524,541 1/14/2025
8.0.11 2,386,145 11/12/2024
8.0.10 1,761,971 10/8/2024
8.0.8 1,685,119 8/13/2024
8.0.7 1,510,879 7/9/2024
8.0.6 2,139,525 5/28/2024
8.0.5 532,210 5/14/2024
8.0.4 1,467,513 4/9/2024
8.0.3 1,217,966 3/12/2024
8.0.2 1,553,182 2/13/2024
8.0.1 994,916 1/9/2024
8.0.0 3,282,806 11/14/2023
8.0.0-rc.2.23480.2 122,368 10/10/2023
8.0.0-rc.1.23421.29 16,119 9/12/2023
8.0.0-preview.7.23375.9 35,502 8/8/2023
8.0.0-preview.6.23329.11 12,744 7/11/2023
8.0.0-preview.5.23302.2 4,263 6/13/2023
8.0.0-preview.4.23260.4 2,460 5/16/2023
8.0.0-preview.3.23177.8 2,356 4/11/2023
8.0.0-preview.2.23153.2 1,698 3/14/2023
8.0.0-preview.1.23112.2 963 2/21/2023
7.0.20 238,803 5/28/2024
7.0.19 80,215 5/14/2024
7.0.18 112,495 4/9/2024
7.0.17 97,544 3/12/2024
7.0.16 141,865 2/13/2024
7.0.15 168,923 1/9/2024
7.0.14 343,213 11/14/2023
7.0.13 227,826 10/24/2023
7.0.12 205,413 10/10/2023
7.0.11 245,678 9/12/2023
7.0.10 474,016 8/8/2023
7.0.9 341,775 7/11/2023
7.0.8 180,654 6/22/2023
7.0.7 173,624 6/13/2023
7.0.5 911,735 4/11/2023
7.0.4 419,055 3/14/2023
7.0.3 451,764 2/14/2023
7.0.2 418,924 1/10/2023
7.0.1 299,638 12/13/2022
7.0.0 2,414,700 11/7/2022
7.0.0-rc.2.22476.2 29,052 10/11/2022
7.0.0-rc.1.22427.2 56,865 9/14/2022
7.0.0-preview.7.22376.6 4,011 8/9/2022
7.0.0-preview.6.22330.3 2,124 7/12/2022
7.0.0-preview.5.22303.8 2,098 6/14/2022
7.0.0-preview.4.22251.1 97,624 5/10/2022
7.0.0-preview.3.22178.4 14,443 4/13/2022
7.0.0-preview.2.22153.2 1,138 3/14/2022
7.0.0-preview.1.22109.13 1,024 2/17/2022
6.0.36 133,997 11/12/2024
6.0.35 77,409 10/8/2024
6.0.33 119,593 8/13/2024
6.0.32 84,671 7/9/2024
6.0.31 90,754 5/28/2024
6.0.30 69,234 5/14/2024
6.0.29 111,596 4/9/2024
6.0.28 92,785 3/12/2024
6.0.27 107,504 2/13/2024
6.0.26 158,741 1/9/2024
6.0.25 251,840 11/14/2023
6.0.24 122,717 10/24/2023
6.0.23 116,343 10/10/2023
6.0.22 117,942 9/12/2023
6.0.21 142,196 8/8/2023
6.0.20 161,317 7/11/2023
6.0.19 115,976 6/22/2023
6.0.18 114,160 6/13/2023
6.0.16 296,945 4/11/2023
6.0.15 180,080 3/14/2023
6.0.14 188,209 2/14/2023
6.0.13 227,947 1/10/2023
6.0.12 229,947 12/13/2022
6.0.11 457,342 11/7/2022
6.0.10 500,595 10/11/2022
6.0.9 500,696 9/13/2022
6.0.8 522,623 8/9/2022
6.0.7 557,058 7/12/2022
6.0.6 449,708 6/14/2022
6.0.5 689,396 5/10/2022
6.0.4 497,499 4/11/2022
6.0.3 513,460 3/8/2022
6.0.2 482,075 2/8/2022
6.0.1 786,857 12/14/2021
6.0.0 4,412,923 11/8/2021
6.0.0-rc.2.21480.10 44,592 10/12/2021
6.0.0-rc.1.21452.15 20,449 9/14/2021
6.0.0-preview.7.21378.6 41,365 8/10/2021
6.0.0-preview.6.21355.2 147,038 7/14/2021
6.0.0-preview.5.21301.17 8,061 6/15/2021
6.0.0-preview.4.21253.5 6,812 5/24/2021
6.0.0-preview.3.21201.13 362,117 4/8/2021
6.0.0-preview.2.21154.6 1,659 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 1,604 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 208,852 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 73,273 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 82,787 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 94,527 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 105,183 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 142,097 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 217,766 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 233,269 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 309,330 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 248,048 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 302,905 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 234,660 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 283,489 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 271,254 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 222,298 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 309,271 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 227,266 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 1,520,264 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 98,137 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 99,166 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 10,482 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 3,820 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 3,976 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.
5.0.0-preview.5.20279.2 1,346 6/10/2020 5.0.0-preview.5.20279.2 is deprecated because it is no longer maintained.
5.0.0-preview.4.20257.10 1,516 5/18/2020 5.0.0-preview.4.20257.10 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.14 4,546 4/23/2020 5.0.0-preview.3.20215.14 is deprecated because it is no longer maintained.
5.0.0-preview.2.20167.3 2,438 4/2/2020 5.0.0-preview.2.20167.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20124.5 3,018 3/16/2020 5.0.0-preview.1.20124.5 is deprecated because it is no longer maintained.
3.1.32 116,458 12/13/2022
3.1.31 60,277 11/8/2022
3.1.30 61,075 10/11/2022
3.1.29 61,402 9/13/2022
3.1.28 62,883 8/9/2022
3.1.27 69,585 7/12/2022
3.1.26 63,965 6/14/2022
3.1.25 69,758 5/10/2022
3.1.24 58,469 4/11/2022
3.1.23 65,213 3/8/2022
3.1.22 135,379 12/14/2021
3.1.21 64,674 11/7/2021
3.1.20 60,787 10/11/2021
3.1.19 59,555 9/14/2021
3.1.18 75,327 8/10/2021
3.1.17 63,639 7/13/2021
3.1.16 71,581 6/8/2021
3.1.15 62,188 5/11/2021
3.1.14 69,590 4/6/2021
3.1.13 68,547 3/9/2021
3.1.12 75,128 2/9/2021
3.1.11 75,876 1/12/2021
3.1.10 118,073 11/9/2020
3.1.9 121,959 10/13/2020
3.1.8 137,731 9/8/2020
3.1.7 124,117 8/11/2020
3.1.6 540,564 7/14/2020
3.1.5 149,054 6/9/2020
3.1.4 139,095 5/12/2020
3.1.3 304,352 3/24/2020
3.1.2 132,578 2/18/2020
3.1.1 338,544 1/14/2020
3.1.0 166,514 12/3/2019
3.1.0-preview3.19555.2 12,783 11/13/2019 3.1.0-preview3.19555.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19528.8 3,040 11/1/2019 3.1.0-preview2.19528.8 is deprecated because it is no longer maintained.
3.1.0-preview1.19508.20 8,683 10/15/2019 3.1.0-preview1.19508.20 is deprecated because it is no longer maintained.
3.0.3 60,754 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 58,531 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.0 113,750 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19457.4 2,402 9/16/2019 3.0.0-rc1.19457.4 is deprecated because it is no longer maintained.
3.0.0-preview9.19424.4 4,525 9/4/2019 3.0.0-preview9.19424.4 is deprecated because it is no longer maintained.