CodeBeam.UltimateAuth.Server
0.1.0-preview.1
dotnet add package CodeBeam.UltimateAuth.Server --version 0.1.0-preview.1
NuGet\Install-Package CodeBeam.UltimateAuth.Server -Version 0.1.0-preview.1
<PackageReference Include="CodeBeam.UltimateAuth.Server" Version="0.1.0-preview.1" />
<PackageVersion Include="CodeBeam.UltimateAuth.Server" Version="0.1.0-preview.1" />
<PackageReference Include="CodeBeam.UltimateAuth.Server" />
paket add CodeBeam.UltimateAuth.Server --version 0.1.0-preview.1
#r "nuget: CodeBeam.UltimateAuth.Server, 0.1.0-preview.1"
#:package CodeBeam.UltimateAuth.Server@0.1.0-preview.1
#addin nuget:?package=CodeBeam.UltimateAuth.Server&version=0.1.0-preview.1&prerelease
#tool nuget:?package=CodeBeam.UltimateAuth.Server&version=0.1.0-preview.1&prerelease
UltimateAuth Server
The main backend package for UltimateAuth.
What this package includes
- Authentication core
- Users module
- Credentials module
- Authorization (roles & permissions)
- Policies (authorization logic)
Notes
This package automatically includes all required core modules.
You do NOT need to install individual packages like:
- Core
- Users
- Credentials
- Authorization
- Policies
unless you are building custom integrations. (But still need reference and persistence packages)
| 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.Authorization (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Core (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Credentials (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Policies (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Users (>= 0.1.0-preview.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.15.0)
-
net8.0
- CodeBeam.UltimateAuth.Authorization (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Core (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Credentials (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Policies (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Users (>= 0.1.0-preview.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.15.0)
-
net9.0
- CodeBeam.UltimateAuth.Authorization (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Core (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Credentials (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Policies (>= 0.1.0-preview.1)
- CodeBeam.UltimateAuth.Users (>= 0.1.0-preview.1)
- Microsoft.IdentityModel.JsonWebTokens (>= 8.15.0)
NuGet packages (5)
Showing the top 5 NuGet packages that depend on CodeBeam.UltimateAuth.Server:
| Package | Downloads |
|---|---|
|
CodeBeam.UltimateAuth.Authorization.Reference
Default reference implementation for the UltimateAuth Authorization module. Provides role-based and policy-based authorization including claims resolution and access evaluation. |
|
|
CodeBeam.UltimateAuth.Security.Argon2
Argon2 password hashing provider for UltimateAuth. Provides a secure implementation of IUAuthPasswordHasher using Argon2, designed for modern authentication systems with strong resistance against brute-force and GPU attacks. |
|
|
CodeBeam.UltimateAuth.Users.Reference
Default reference implementation for the UltimateAuth Users module. This package provides a ready-to-use implementation of the Users domain, including application services, endpoint handlers and default behaviors. |
|
|
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.Credentials.Reference
Default reference implementation for the UltimateAuth Credentials module. Provides credential management features such as password handling, secret rotation and credential lifecycle operations. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-preview.1 | 46 | 4/6/2026 |