RSecurityBackend 1.4.2

dotnet add package RSecurityBackend --version 1.4.2
NuGet\Install-Package RSecurityBackend -Version 1.4.2
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.4.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RSecurityBackend --version 1.4.2
#r "nuget: RSecurityBackend, 1.4.2"
#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.4.2

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

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.2 107 4/16/2024
1.4.1 202 11/24/2023
1.4.0 118 11/22/2023
1.3.9 100 11/19/2023
1.3.8 112 11/6/2023
1.3.7 98 11/6/2023
1.3.6 101 11/3/2023
1.3.5 116 10/29/2023
1.3.4 116 10/28/2023
1.3.3 112 10/28/2023
1.3.2 109 10/27/2023
1.3.1 115 10/26/2023
1.3.0 118 10/26/2023
1.2.9 131 10/6/2023
1.2.8 107 10/6/2023
1.2.7 102 10/5/2023
1.2.6 113 9/29/2023
1.2.5 103 9/28/2023
1.2.4 132 9/10/2023
1.2.3 130 9/9/2023
1.2.2 136 9/8/2023
1.2.1 130 7/24/2023
1.2.0 130 7/23/2023
1.1.9 136 7/23/2023
1.1.8 131 7/21/2023
1.1.7 278 12/11/2022
1.1.6 275 12/5/2022
1.1.5 290 12/4/2022
1.1.4 291 12/4/2022
1.1.3 284 12/3/2022
1.1.2 312 11/11/2022
1.1.1 292 11/11/2022
1.1.0 290 11/11/2022
1.0.9 377 7/5/2022
1.0.8 410 3/6/2022
1.0.7 408 1/13/2022
1.0.6 215 1/8/2022
1.0.5 218 1/8/2022
1.0.4 230 1/7/2022
1.0.3 229 1/7/2022
1.0.2 248 1/2/2022
1.0.1 239 1/2/2022
1.0.0 262 1/2/2022