Skip to content

Commit d37fe48

Browse files
authored
Update README with current development status and roadmap
Removed outdated development status and updated roadmap release dates.
1 parent 372da26 commit d37fe48

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

README.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
![UltimateAuth Banner](https://github.com/user-attachments/assets/4204666e-b57a-4cb5-8846-dc7e4f16bfe9)
22

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-
123
![Build](https://github.com/CodeBeamOrg/UltimateAuth/actions/workflows/ultimateauth-ci.yml/badge.svg)
134
![GitHub stars](https://img.shields.io/github/stars/CodeBeamOrg/UltimateAuth?style=flat&logo=github)
145
![Last Commit](https://img.shields.io/github/last-commit/CodeBeamOrg/UltimateAuth?branch=dev&logo=github)
@@ -37,9 +28,9 @@ UltimateAuth is an open-source auth framework with platform-level capabilities t
3728

3829
| Phase | Version | Scope | Status | Release Date |
3930
| ----------------------- | ------------- | ----------------------------------------- | -------------- | ------------ |
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 |
4334
| Security Expansion | 0.3.0 | MFA, Reauth, Rate Limiting | 🔜 Planned | Q2 2026 |
4435
| Infrastructure Expansion| 0.4.0 | Redis, Distributed Cache, Password Hasher | 🔜 Planned | Q2 2026 |
4536
| 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
7162
7263
---
7364

74-
## 🌟 Why UltimateAuth: The Six-Point Principles
65+
## 🌟 Why UltimateAuth
66+
The Six-Point Principles
7567

7668
### 1) Unified Authentication System
7769

@@ -230,7 +222,7 @@ Add this in `_Imports.razor`
230222

231223
---
232224

233-
## Usage
225+
## 💡 Usage
234226

235227
Inject IUAuthClient and simply call methods.
236228

0 commit comments

Comments
 (0)