An open API service indexing awesome lists of open source software.

https://github.com/managedcode/orleans.identity

Orleans.Identity is an authentication and authorization library for ASP.NET Identity based on Orleans. It provides a simple and efficient way to manage user sessions and authentication for your ASP.NET applications.
https://github.com/managedcode/orleans.identity

asp-net identity orleans

Last synced: 5 months ago
JSON representation

Orleans.Identity is an authentication and authorization library for ASP.NET Identity based on Orleans. It provides a simple and efficient way to manage user sessions and authentication for your ASP.NET applications.

Awesome Lists containing this project

README

          

managed code Identity

# Orleans.Identity

[![.NET](https://github.com/managed-code-hub/Identity/actions/workflows/dotnet.yml/badge.svg)](https://github.com/managed-code-hub/Identity/actions/workflows/dotnet.yml)
[![nuget](https://github.com/managed-code-hub/Identity/actions/workflows/nuget.yml/badge.svg?branch=main)](https://github.com/managed-code-hub/Identity/actions/workflows/nuget.yml)
[![CodeQL](https://github.com/managed-code-hub/Identity/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/managed-code-hub/Identity/actions/workflows/codeql-analysis.yml)

| Version | Package | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|-------------|
| [![NuGet Package](https://img.shields.io/nuget/v/ManagedCode.Identity.Core.svg)](https://www.nuget.org/packages/ManagedCode.Identity.Core) | [ManagedCode.Identity.Core](https://www.nuget.org/packages/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.