ManagedCode.Orleans.Identity.Client
8.0.0
Prefix Reserved
dotnet add package ManagedCode.Orleans.Identity.Client --version 8.0.0
NuGet\Install-Package ManagedCode.Orleans.Identity.Client -Version 8.0.0
<PackageReference Include="ManagedCode.Orleans.Identity.Client" Version="8.0.0" />
paket add ManagedCode.Orleans.Identity.Client --version 8.0.0
#r "nuget: ManagedCode.Orleans.Identity.Client, 8.0.0"
// Install ManagedCode.Orleans.Identity.Client as a Cake Addin #addin nuget:?package=ManagedCode.Orleans.Identity.Client&version=8.0.0 // Install ManagedCode.Orleans.Identity.Client as a Cake Tool #tool nuget:?package=ManagedCode.Orleans.Identity.Client&version=8.0.0
<img alt="managed code Identity" src="https://github.com/managed-code-hub/Identity/raw/main/logo.png" width="300px" />
Orleans.Identity
Version | Package | Description |
---|---|---|
ManagedCode.Identity.Core | Core |
Orleans.Identity
Orleans.Identity is a library for managing authorization and authentication in ASP.NET Identity applications using Orleans. It provides a simple, easy-to-use interface for managing user accounts and securing access to your application's resources.
With Orleans.Identity, you can easily add support for user registration, login, logout, and password management to your ASP.NET Identity applications. Additionally, Orleans.Identity provides support for managing user sessions, ensuring that user data is kept secure and accessed only by authorized users.
Features
- Easy integration with ASP.NET Identity applications
- Support for user registration, login, logout, and password management
- Secure session management
- Role-based access control
- Support for multi-tenancy
Getting Started
To use Orleans.Identity in your ASP.NET Identity application, follow these steps:
Install the ManagedCode.Orleans.Identity
NuGet package in your project:
Motivation
The motivation for creating Orleans.Identity is to provide a scalable and performant solution for managing user sessions and authentication in ASP.NET applications. Orleans provides a powerful actor model that makes it easy to implement concurrency and scalability in distributed systems. By leveraging the power of Orleans, Orleans.Identity enables you to easily add authentication and authorization to your ASP.NET applications without sacrificing performance.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- ManagedCode.Communication (>= 8.0.0)
- ManagedCode.Communication.Orleans (>= 8.0.0)
- ManagedCode.Orleans.Identity.Core (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Orleans.Client (>= 7.2.4)
-
net8.0
- ManagedCode.Communication (>= 8.0.0)
- ManagedCode.Communication.Orleans (>= 8.0.0)
- ManagedCode.Orleans.Identity.Core (>= 8.0.0)
- Microsoft.Extensions.DependencyInjection (>= 8.0.0)
- Microsoft.Orleans.Client (>= 7.2.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.