CodeBeam.UltimateAuth.InMemory
0.1.0-preview.1
dotnet add package CodeBeam.UltimateAuth.InMemory --version 0.1.0-preview.1
NuGet\Install-Package CodeBeam.UltimateAuth.InMemory -Version 0.1.0-preview.1
<PackageReference Include="CodeBeam.UltimateAuth.InMemory" Version="0.1.0-preview.1" />
<PackageVersion Include="CodeBeam.UltimateAuth.InMemory" Version="0.1.0-preview.1" />
<PackageReference Include="CodeBeam.UltimateAuth.InMemory" />
paket add CodeBeam.UltimateAuth.InMemory --version 0.1.0-preview.1
#r "nuget: CodeBeam.UltimateAuth.InMemory, 0.1.0-preview.1"
#:package CodeBeam.UltimateAuth.InMemory@0.1.0-preview.1
#addin nuget:?package=CodeBeam.UltimateAuth.InMemory&version=0.1.0-preview.1&prerelease
#tool nuget:?package=CodeBeam.UltimateAuth.InMemory&version=0.1.0-preview.1&prerelease
UltimateAuth InMemory Infrastructure
Shared in-memory infrastructure for UltimateAuth.
Purpose
This package provides reusable in-memory building blocks for UltimateAuth modules:
- Thread-safe in-memory stores
- Base store implementations
- Development and testing utilities
⚠️ Not for production
Data is stored in memory and will be lost when the application restarts.
Usage
This package is NOT intended to be installed directly.
Instead, use module-specific packages such as:
- CodeBeam.UltimateAuth.Users.InMemory
- CodeBeam.UltimateAuth.Credentials.InMemory
- CodeBeam.UltimateAuth.Authorization.InMemory
- CodeBeam.UltimateAuth.Authentication.InMemory
- CodeBeam.UltimateAuth.Sessions.InMemory
- CodeBeam.UltimateAuth.Tokens.InMemory
These packages include this one automatically.
Advanced usage
You may use this package directly when implementing custom in-memory providers.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | 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. net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- CodeBeam.UltimateAuth.Core (>= 0.1.0-preview.1)
-
net8.0
- CodeBeam.UltimateAuth.Core (>= 0.1.0-preview.1)
-
net9.0
- CodeBeam.UltimateAuth.Core (>= 0.1.0-preview.1)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on CodeBeam.UltimateAuth.InMemory:
| Package | Downloads |
|---|---|
|
CodeBeam.UltimateAuth.Authorization.InMemory
In-memory persistence implementation for UltimateAuth Authorization module. Provides lightweight storage for roles, claims and authorization data. Suitable for development and testing scenarios only. |
|
|
CodeBeam.UltimateAuth.Tokens.InMemory
In-memory token persistence for UltimateAuth. Provides lightweight storage for refresh tokens and related token state. Suitable for development and testing scenarios only. |
|
|
CodeBeam.UltimateAuth.Sessions.InMemory
In-memory session persistence for UltimateAuth. Provides lightweight storage for session state and lifecycle. Suitable for development and testing scenarios only. |
|
|
CodeBeam.UltimateAuth.Authentication.InMemory
In-memory authentication persistence for UltimateAuth. Provides lightweight storage for authentication state such as sessions and authentication context. Suitable for development and testing. |
|
|
CodeBeam.UltimateAuth.Users.InMemory
In-memory persistence implementation for the UltimateAuth Users module. Provides a lightweight, dependency-free storage option for development, testing and prototyping scenarios. Not recommended for production use. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.1 | 35 | 4/6/2026 |