RSecurityBackend 1.5.9

dotnet add package RSecurityBackend --version 1.5.9
                    
NuGet\Install-Package RSecurityBackend -Version 1.5.9
                    
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="RSecurityBackend" Version="1.5.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="RSecurityBackend" Version="1.5.9" />
                    
Directory.Packages.props
<PackageReference Include="RSecurityBackend" />
                    
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 RSecurityBackend --version 1.5.9
                    
#r "nuget: RSecurityBackend, 1.5.9"
                    
#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 RSecurityBackend@1.5.9
                    
#: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=RSecurityBackend&version=1.5.9
                    
Install as a Cake Addin
#tool nuget:?package=RSecurityBackend&version=1.5.9
                    
Install as a Cake Tool

RSecurityBackend

Basic security backend including user management and some general utilities for ASP.NET Core applications

A basic sample application is available here RService

As a real and working client application you may check the RMuseum project at GanjoorService

Note

If you are upgrading from a version prior to 1.2.2 you should add these additional lines to your program.cs:

//workspace service

builder.Services.AddTransient<IWorkspaceService, WorkspaceService>();

//workspace role service (you actually need to derive your own class from WorkspaceRolesServiceBase to have you own GetSecurableItems)

builder.Services.AddTransient<IWorkspaceRolesService, WorkspaceRolesServiceBase>();

Product Compatible and additional computed target framework versions.
.NET net9.0-windows7.0 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on RSecurityBackend:

Repository Stars
ganjoor/GanjoorService
وب سرویس و سایت گنجور
Version Downloads Last Updated
1.5.9 133 8/20/2025
1.5.8 223 4/7/2025
1.5.7 189 4/1/2025
1.5.6 164 2/14/2025
1.5.5 152 1/18/2025
1.5.4 175 12/13/2024
1.5.3 172 9/30/2024
1.5.2 171 9/30/2024
1.5.1 251 6/14/2024
1.5.0 164 6/6/2024
1.4.9 165 6/5/2024
1.4.8 156 5/28/2024
1.4.7 173 5/21/2024
1.4.6 179 5/21/2024
1.4.5 169 5/19/2024
1.4.4 160 5/18/2024
1.4.3 173 5/18/2024
1.4.2 206 4/16/2024
1.4.1 254 11/24/2023
1.4.0 163 11/22/2023
1.3.9 162 11/19/2023
1.3.8 166 11/6/2023
1.3.7 143 11/6/2023
1.3.6 156 11/3/2023
1.3.5 172 10/29/2023
1.3.4 176 10/28/2023
1.3.3 175 10/28/2023
1.3.2 171 10/27/2023
1.3.1 179 10/26/2023
1.3.0 176 10/26/2023
1.2.9 196 10/6/2023
1.2.8 164 10/6/2023
1.2.7 156 10/5/2023
1.2.6 177 9/29/2023
1.2.5 148 9/28/2023
1.2.4 208 9/10/2023
1.2.3 203 9/9/2023
1.2.2 211 9/8/2023
1.2.1 213 7/24/2023
1.2.0 218 7/23/2023
1.1.9 219 7/23/2023
1.1.8 221 7/21/2023
1.1.7 371 12/11/2022
1.1.6 366 12/5/2022
1.1.5 380 12/4/2022
1.1.4 385 12/4/2022
1.1.3 376 12/3/2022
1.1.2 408 11/11/2022
1.1.1 375 11/11/2022
1.1.0 378 11/11/2022
1.0.9 469 7/5/2022
1.0.8 523 3/6/2022
1.0.7 524 1/13/2022
1.0.6 329 1/8/2022
1.0.5 327 1/8/2022
1.0.4 344 1/7/2022
1.0.3 350 1/7/2022
1.0.2 353 1/2/2022
1.0.1 351 1/2/2022
1.0.0 374 1/2/2022