Releases: CodeBeamOrg/UltimateAuth
v 0.1.0-preview.1
🚀 UltimateAuth v0.1.0-preview.1
We are excited to announce the first public preview of UltimateAuth — a modern, unified authentication framework for .NET.
UltimateAuth rethinks authentication by combining sessions, cookies and tokens into a single, consistent model — designed for real-world applications and modern client platforms like Blazor and MAUI.
✨ Highlights
-
🔐 Unified Auth Model
No more choosing between cookies, tokens or sessions — everything works together seamlessly. -
🔄 Advanced Session Model
Built-in Root → Chain → Session architecture for device-aware session management. -
🧠 Multi-Profile Support
Native support for multiple user profiles (e.g. personal, business). -
🏢 Multi-Tenancy Ready
Designed from the ground up for single-tenant and multi-tenant systems. -
🧩 Extensible Architecture
Plug-in based system for Users, Credentials and Authorization domains. -
🔑 Modern Security
Built-in support for PKCE, refresh token rotation and secure flows. -
⚡ Blazor & WASM Ready
First-class support for modern .NET client applications.
📦 Packages
This release includes all core packages:
- Core & Abstractions
- Server & Client
- Users / Credentials / Authorization plugins
- InMemory & EntityFrameworkCore providers
👉 Available on NuGet:
https://www.nuget.org/packages?q=CodeBeam.UltimateAuth
🧪 Samples
Ready-to-run sample applications are available:
- Blazor Server (InMemory / EF Core)
- Blazor WASM
- UAuthHub
- Resource API
👉 Explore samples:
https://github.com/CodeBeamOrg/UltimateAuth/tree/dev/samples
📚 Documentation
Documentation is currently being finalized:
👉 https://github.com/CodeBeamOrg/UltimateAuth/tree/dev/docs/content
Preview Notice
This is an early but "stable" preview release.
❤️ Support the Project
UltimateAuth is and will always remain free and open-source.
If you find it valuable, consider supporting the project and sharing feedback.
💬 Feedback
We would love your feedback:
- GitHub Issues
- Discussions
- Feature requests
Welcome to UltimateAuth 🚀