RSecurityBackend 1.5.1

dotnet add package RSecurityBackend --version 1.5.1
NuGet\Install-Package RSecurityBackend -Version 1.5.1
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.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSecurityBackend --version 1.5.1
#r "nuget: RSecurityBackend, 1.5.1"
#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 RSecurityBackend as a Cake Addin
#addin nuget:?package=RSecurityBackend&version=1.5.1

// Install RSecurityBackend as a Cake Tool
#tool nuget:?package=RSecurityBackend&version=1.5.1

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 net8.0-windows7.0 is compatible. 
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.1 80 6/14/2024
1.5.0 79 6/6/2024
1.4.9 70 6/5/2024
1.4.8 69 5/28/2024
1.4.7 76 5/21/2024
1.4.6 87 5/21/2024
1.4.5 80 5/19/2024
1.4.4 78 5/18/2024
1.4.3 79 5/18/2024
1.4.2 118 4/16/2024
1.4.1 206 11/24/2023
1.4.0 121 11/22/2023
1.3.9 104 11/19/2023
1.3.8 115 11/6/2023
1.3.7 101 11/6/2023
1.3.6 110 11/3/2023
1.3.5 120 10/29/2023
1.3.4 119 10/28/2023
1.3.3 115 10/28/2023
1.3.2 112 10/27/2023
1.3.1 124 10/26/2023
1.3.0 121 10/26/2023
1.2.9 142 10/6/2023
1.2.8 110 10/6/2023
1.2.7 105 10/5/2023
1.2.6 117 9/29/2023
1.2.5 106 9/28/2023
1.2.4 136 9/10/2023
1.2.3 133 9/9/2023
1.2.2 140 9/8/2023
1.2.1 134 7/24/2023
1.2.0 133 7/23/2023
1.1.9 140 7/23/2023
1.1.8 134 7/21/2023
1.1.7 282 12/11/2022
1.1.6 278 12/5/2022
1.1.5 293 12/4/2022
1.1.4 294 12/4/2022
1.1.3 293 12/3/2022
1.1.2 319 11/11/2022
1.1.1 293 11/11/2022
1.1.0 291 11/11/2022
1.0.9 379 7/5/2022
1.0.8 422 3/6/2022
1.0.7 410 1/13/2022
1.0.6 216 1/8/2022
1.0.5 219 1/8/2022
1.0.4 231 1/7/2022
1.0.3 230 1/7/2022
1.0.2 249 1/2/2022
1.0.1 240 1/2/2022
1.0.0 263 1/2/2022