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.
- Host: GitHub
- URL: https://github.com/managedcode/orleans.identity
- Owner: managedcode
- License: mit
- Created: 2021-05-03T19:17:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T19:35:28.000Z (12 months ago)
- Last Synced: 2024-11-04T02:08:25.365Z (11 months ago)
- Topics: asp-net, identity, orleans
- Language: C#
- Homepage:
- Size: 143 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orleans.Identity
[](https://github.com/managed-code-hub/Identity/actions/workflows/dotnet.yml)
[](https://github.com/managed-code-hub/Identity/actions/workflows/nuget.yml)
[](https://github.com/managed-code-hub/Identity/actions/workflows/codeql-analysis.yml)| Version | Package | Description |
|--------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|-------------|
| [](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.