|
1 | 1 |  |
2 | 2 |
|
3 | | -⚠️ **UltimateAuth is under active development.** |
4 | | - |
5 | | -The core architecture and public APIs are now implemented and validated through the sample application. |
6 | | - |
7 | | -We are currently polishing the developer experience, reviewing the public client API surface, and preparing the EF Core integration packages. |
8 | | - |
9 | | -The first preview release (**v 0.1.0-preview**) is planned within the next week. |
10 | | - |
11 | | - |
12 | 3 |  |
13 | 4 |  |
14 | 5 |  |
@@ -37,9 +28,9 @@ UltimateAuth is an open-source auth framework with platform-level capabilities t |
37 | 28 |
|
38 | 29 | | Phase | Version | Scope | Status | Release Date | |
39 | 30 | | ----------------------- | ------------- | ----------------------------------------- | -------------- | ------------ | |
40 | | -| First Preview | 0.1.0-preview | "Stable" Preview Core | ✅ Completed | Last check | |
41 | | -| First Release* | 0.1.0 | Fully Documented & Quality Tested | 🟡 In Progress | Q2 2026 | |
42 | | -| Product Expansion | 0.2.0 | Full Auth Modes | 🟡 In Progress | Q2 2026 | |
| 31 | +| First Preview | 0.1.0-preview | "Stable" Preview Core | ✅ Completed | 07.04.2026 | |
| 32 | +| First Release* | 0.1.0 | Fully Documented & Quality Tested | 🟡 In Progress | Q2 2026 | |
| 33 | +| Product Expansion | 0.2.0 | Full Auth Modes | 🟡 In Progress | Q2 2026 | |
43 | 34 | | Security Expansion | 0.3.0 | MFA, Reauth, Rate Limiting | 🔜 Planned | Q2 2026 | |
44 | 35 | | Infrastructure Expansion| 0.4.0 | Redis, Distributed Cache, Password Hasher | 🔜 Planned | Q2 2026 | |
45 | 36 | | Multi-Tenant Expansion | 0.5.0 | Multi tenant management | 🔜 Planned | Q3 2026 | |
@@ -71,7 +62,8 @@ We keep it up-to-date with current priorities, planned features, and progress. F |
71 | 62 |
|
72 | 63 | --- |
73 | 64 |
|
74 | | -## 🌟 Why UltimateAuth: The Six-Point Principles |
| 65 | +## 🌟 Why UltimateAuth |
| 66 | +The Six-Point Principles |
75 | 67 |
|
76 | 68 | ### 1) Unified Authentication System |
77 | 69 |
|
@@ -230,7 +222,7 @@ Add this in `_Imports.razor` |
230 | 222 |
|
231 | 223 | --- |
232 | 224 |
|
233 | | -## Usage |
| 225 | +## 💡 Usage |
234 | 226 |
|
235 | 227 | Inject IUAuthClient and simply call methods. |
236 | 228 |
|
|
0 commit comments