Volo.Abp.Authorization 9.1.0

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Volo.Abp.Authorization --version 9.1.0                
NuGet\Install-Package Volo.Abp.Authorization -Version 9.1.0                
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="Volo.Abp.Authorization" Version="9.1.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Volo.Abp.Authorization --version 9.1.0                
#r "nuget: Volo.Abp.Authorization, 9.1.0"                
#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.
// Install Volo.Abp.Authorization as a Cake Addin
#addin nuget:?package=Volo.Abp.Authorization&version=9.1.0

// Install Volo.Abp.Authorization as a Cake Tool
#tool nuget:?package=Volo.Abp.Authorization&version=9.1.0                

ℹ️ Description

This package is a part of the ABP Framework.

ABP — Open Source Web Application Framework for ASP.NET Core

ABP offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. It provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

🔗Official Website: https://abp.io

🔗GitHub Repository: https://github.com/abpframework/abp

🔗Samples: https://abp.io/docs/latest/samples/

🔗Official Theme: https://www.LeptonTheme.com

🔗Documentation: https://abp.io/docs

🔗Community: https://abp.io/community

🔗Blog: https://abp.io/blog

🔗Books: https://abp.io/books

🔗Twitter: https://twitter.com/abpframework

🔗Discord: https://abp.io/community/discord

🔗Stackoverflow: https://stackoverflow.com/questions/tagged/abp

🔗YouTube: https://www.youtube.com/@Volosoft

🚀 Key Features of the ABP Framework

🟡 Modularity

🟡 Multi-Tenancy

🟡 Bootstrap Tag Helpers

🟡 Dynamic Forms

🟡 Authentication

🟡 Authorization

🟡 Distributed Event Bus

🟡 BLOB Storing

🟡 Text Templating

🟡 Tooling: ABP CLI

🟡 Cross-Cutting Concerns

🟡 Bundling & Minification

🟡 Virtual File System

🟡 Theming

🟡 Background Jobs

🟡 DDD Infrastructure

🟡 Auto REST APIs

🟡 Dynamic Client Proxies

🟡 Multiple Database Providers

🟡 Data filtering

🟡 Test Infrastructure

🟡 Audit Logging

🟡 Object to Object Mapping

🟡 Email & SMS Abstractions

🟡 Localization

🟡 Setting Management

🟡 Extension Methods

🟡 Aspect Oriented Programming

🟡 Dependency Injection

📘 Supported Database Providers

🔵 Entity Framework Core

🔵 MongoDB

🔵 Dapper

🎴 Supported UI Frameworks

🔵 Angular

🔵 Razor Pages

🔵 Blazor Web Assembly

🔵 Blazor Server

🔵 MAUI with Blazor Hybrid

📫 Bug & Support

Support for open-source ABP Framework client-side packages is available at GitHub Issues.

🏦 Go Commercial

If you are building an enterprise-level application with pro support, extra tools like a code generator, fancy themes and a microservice template, time to invest in the commercial version!

To understand how it works, see How it Works page.

If you wonder why you should choose ABP, check out Why ABP.IO Platform page.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (550)

Showing the top 5 NuGet packages that depend on Volo.Abp.Authorization:

Package Downloads
Volo.Abp.Ddd.Application

Package Description

Volo.Abp.AspNetCore

Package Description

Volo.Abp.UI.Navigation

Package Description

Volo.Abp.PermissionManagement.Domain

Package Description

Volo.Abp.Identity.Application.Contracts

Package Description

GitHub repositories (22)

Showing the top 5 popular GitHub repositories that depend on Volo.Abp.Authorization:

Repository Stars
AElfProject/AElf
An AI-enhanced cloud-native layer-1 blockchain network. 
abpframework/abp-samples
Sample solutions built with the ABP Framework
colinin/abp-next-admin
这是基于vue-vben-admin 模板适用于abp vNext的前端管理项目
EasyAbp/AbpHelper.GUI
Providing code generation and more features to help you develop applications and modules with the ABP framework.
abpframework/eShopOnAbp
Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
Version Downloads Last updated
9.2.0-rc.1 133 a day ago
9.1.0 15,958 22 days ago
9.1.0-rc.3 344 a month ago
9.1.0-rc.2 443 2 months ago
9.1.0-rc.1 318 2 months ago
9.0.8 0 10 hours ago
9.0.7 1,370 20 days ago
9.0.6 3,499 23 days ago
9.0.5 22,481 a month ago
9.0.4 70,275 2 months ago
9.0.3 29,142 3 months ago
9.0.2 38,689 4 months ago
9.0.1 8,357 4 months ago
9.0.0 19,009 4 months ago
9.0.0-rc.3 252 4 months ago
9.0.0-rc.2 208 5 months ago
9.0.0-rc.1 208 5 months ago
8.3.4 95,762 4 months ago
8.3.3 35,235 5 months ago
8.3.2 100,562 5 months ago
8.3.1 123,695 6 months ago
8.3.0 163,579 7 months ago
8.3.0-rc.3 325 7 months ago
8.3.0-rc.2 340 7 months ago
8.3.0-rc.1 378 8 months ago
8.2.3 14,983 7 months ago
8.2.2 72,680 7 months ago
8.2.1 88,933 8 months ago
8.2.0 246,783 9 months ago
8.2.0-rc.5 779 9 months ago
8.2.0-rc.4 333 10 months ago
8.2.0-rc.3 800 5/23/2024
8.2.0-rc.2 268 5/21/2024
8.2.0-rc.1 148 5/20/2024
8.1.5 23,606 8 months ago
8.1.4 53,990 9 months ago
8.1.3 158,682 5/15/2024
8.1.2 13,398 5/13/2024
8.1.1 109,686 4/16/2024
8.1.0 50,822 4/4/2024
8.1.0-rc.4 286 4/1/2024
8.1.0-rc.3 13,610 3/19/2024
8.1.0-rc.2 20,659 2/29/2024
8.1.0-rc.1 4,037 2/14/2024
8.0.6 32,238 5/14/2024
8.0.5 103,126 3/14/2024
8.0.4 108,888 2/20/2024
8.0.3 86,071 2/7/2024
8.0.2 196,515 1/17/2024
8.0.1 63,885 1/3/2024
8.0.0 144,667 12/19/2023
8.0.0-rc.3 3,448 12/7/2023
8.0.0-rc.2 6,801 11/28/2023
8.0.0-rc.1 1,123 11/21/2023
7.4.5 111,026 12/27/2023
7.4.4 21,364 12/13/2023
7.4.3 14,204 12/6/2023
7.4.2 143,117 11/13/2023
7.4.1 31,534 10/30/2023
7.4.0 91,260 10/9/2023
7.4.0-rc.5 349 10/2/2023
7.4.0-rc.4 625 9/22/2023
7.4.0-rc.3 1,703 9/13/2023
7.4.0-rc.2 2,873 8/24/2023
7.4.0-rc.1 1,813 8/16/2023
7.3.3 236,234 9/14/2023
7.3.2 142,250 8/7/2023
7.3.1 76,568 7/27/2023
7.3.0 144,744 7/12/2023
7.3.0-rc.3 797 7/5/2023
7.3.0-rc.2 1,033 6/20/2023
7.3.0-rc.1 2,452 6/6/2023
7.2.3 109,296 7/3/2023
7.2.2 267,681 5/16/2023
7.2.1 75,416 5/2/2023
7.2.0-rc.2 250 4/25/2023
7.2.0-rc.1 735 4/11/2023
7.1.1 103,508 4/3/2023
7.1.0 119,481 3/22/2023
7.1.0-rc.3 600 3/14/2023
7.1.0-rc.2 4,040 2/23/2023
7.1.0-rc.1 1,635 2/7/2023
7.0.3 95,693 3/7/2023
7.0.2 74,078 2/21/2023
7.0.1 173,873 1/19/2023
7.0.0 262,906 1/4/2023
7.0.0-rc.6 2,516 12/28/2022
7.0.0-rc.5 7,275 12/20/2022
7.0.0-rc.4 2,676 12/12/2022
7.0.0-rc.3 2,000 12/8/2022
7.0.0-rc.2 2,809 11/21/2022
7.0.0-rc.1 3,488 11/14/2022
6.0.3 193,742 1/18/2023
6.0.2 138,229 12/6/2022
6.0.1 453,303 10/28/2022
6.0.0 388,192 10/5/2022
6.0.0-rc.5 1,059 9/27/2022
6.0.0-rc.4 7,663 9/8/2022
6.0.0-rc.3 6,363 8/23/2022
6.0.0-rc.2 6,731 8/8/2022
6.0.0-rc.1 12,326 7/26/2022
5.3.5 36,573 10/20/2022
5.3.4 319,825 8/22/2022
5.3.3 333,618 7/22/2022
5.3.2 210,451 7/7/2022
5.3.1 155,808 6/29/2022
5.3.0 269,194 6/14/2022
5.3.0-rc.3 1,425 5/31/2022
5.3.0-rc.2 599 5/24/2022
5.3.0-rc.1 1,275 5/5/2022
5.2.2 349,144 5/16/2022
5.2.1 284,833 4/18/2022
5.2.0 257,029 4/5/2022
5.2.0-rc.2 2,309 3/18/2022
5.2.0-rc.1 1,813 3/8/2022
5.1.4 279,677 2/28/2022
5.1.3 400,571 1/26/2022
5.1.2 78,439 1/19/2022
5.1.1 119,939 1/12/2022
5.0.2 27,746 1/17/2022
5.0.1 136,184 12/28/2021
5.0.0 104,851 12/14/2021
5.0.0-rc.2 3,145 12/8/2021
5.0.0-rc.1 4,566 11/16/2021
5.0.0-beta.3 2,738 11/3/2021
5.0.0-beta.2 1,360 10/21/2021
5.0.0-beta.1 1,996 10/4/2021
4.4.4 237,093 11/9/2021
4.4.3 203,737 9/29/2021
4.4.2 156,570 9/2/2021
4.4.1 46,943 9/1/2021
4.4.0 787,569 8/2/2021
4.4.0-rc.2 4,115 7/6/2021
4.4.0-rc.1 3,670 6/28/2021
4.3.3 221,519 6/17/2021
4.3.2 161,141 5/27/2021
4.3.1 127,783 5/20/2021
4.3.0 365,896 4/22/2021
4.3.0-rc.2 1,551 4/8/2021
4.3.0-rc.1 1,250 3/31/2021
4.2.2 212,158 3/4/2021
4.2.1 162,549 2/9/2021
4.2.0 134,644 1/28/2021
4.2.0-rc.2 4,112 1/18/2021
4.2.0-rc.1 676 1/14/2021
4.1.2 34,580 1/19/2021
4.1.1 31,312 1/13/2021
4.1.0 49,158 1/6/2021
4.1.0-rc.2 1,312 12/18/2020
4.1.0-rc.1 306 12/17/2020
4.0.2 140,255 12/18/2020
4.0.1 26,726 12/14/2020
4.0.0 170,439 12/3/2020
4.0.0-rc.5 1,654 12/1/2020
4.0.0-rc.4 1,978 11/24/2020
4.0.0-rc.3 1,214 11/16/2020
4.0.0-rc.2 2,420 11/13/2020
4.0.0-rc.1 375 11/12/2020
3.3.2 91,035 12/2/2020
3.3.1 112,019 11/3/2020
3.3.0 40,883 10/27/2020
3.3.0-rc.2 371 10/23/2020
3.3.0-rc.1 654 10/15/2020
3.2.1 217,683 10/8/2020
3.2.0 58,154 10/1/2020
3.2.0-rc.2 1,935 9/21/2020
3.2.0-rc.1 2,325 9/17/2020
3.1.2 89,486 9/11/2020
3.1.1 20,121 9/10/2020
3.1.0 89,192 9/3/2020
3.1.0-rc.4 597 9/1/2020
3.1.0-rc.3 399 8/28/2020
3.1.0-rc.2 499 8/26/2020
3.1.0-rc.1 380 8/24/2020
3.0.5 105,205 7/29/2020
3.0.4 251,131 7/14/2020
3.0.3 32,228 7/7/2020
3.0.2 38,935 7/3/2020
3.0.1 142,806 7/2/2020
3.0.0 34,020 7/1/2020
2.9.0 193,056 6/4/2020
2.8.0 96,141 5/21/2020
2.7.0 126,873 5/7/2020
2.6.2 23,802 4/24/2020
2.6.1 15,848 4/23/2020
2.6.0 62,905 4/20/2020
2.5.0 28,668 4/9/2020
2.4.1 15,560 4/9/2020
2.4.0 47,359 4/6/2020
2.3.0 44,440 3/19/2020
2.2.1 40,263 3/7/2020
2.2.0 16,407 3/5/2020
2.1.1 32,507 2/20/2020
2.1.0 15,128 2/20/2020
2.0.1 56,338 1/24/2020
2.0.0 47,225 1/13/2020
1.1.2 95,225 12/12/2019
1.1.1 15,987 12/11/2019
1.1.0 18,973 12/6/2019
1.0.2 59,295 10/22/2019
1.0.0 15,969 10/21/2019
0.22.0 17,042 10/14/2019
0.21.0 18,061 9/23/2019
0.20.1 14,126 9/23/2019
0.20.0 14,150 9/23/2019
0.19.0 101,552 8/16/2019
0.18.1 54,488 6/26/2019
0.18.0 26,865 6/21/2019
0.17.0 36,947 5/3/2019
0.16.0 22,037 4/14/2019
0.15.0 57,401 3/22/2019
0.14.0 46,774 2/23/2019
0.13.0 25,965 1/27/2019
0.12.0 20,421 1/11/2019
0.11.0 22,893 1/7/2019
0.10.0 18,301 12/21/2018
0.9.0 18,637 12/7/2018
0.8.0 17,590 11/19/2018
0.7.1 17,878 10/31/2018
0.7.0 16,985 10/26/2018
0.6.0 19,478 10/12/2018
0.5.0 22,323 9/25/2018
0.4.1 15,748 8/4/2018
0.4.0 15,295 7/15/2018
0.3.7 14,555 7/6/2018
0.3.6 14,389 7/4/2018
0.3.5 14,516 7/3/2018
0.3.4 14,997 7/2/2018
0.3.3 14,799 6/28/2018
0.3.2 14,949 6/27/2018
0.3.1 11,854 6/27/2018
0.3.0 29,529 6/27/2018