Skip to content

Commit bb5698b

Browse files
committed
docs: merge redundant authentication points in readme
Consolidates the two separate "Key Capabilities" points related to authentication into a single, more concise entry. This improves readability and removes redundancy while still effectively highlighting the full scope of the authentication system, including both standard user flows and the secure dashboard login.
1 parent 0208ee4 commit bb5698b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ management dashboard](https://github.com/headlines-toolkit/ht-dashboard).
1616

1717
## ✨ Key Capabilities
1818

19-
* 🔒 **Effortless User Authentication:** Provide secure and seamless user access
20-
with flexible flows including passwordless sign-in, anonymous access, and
21-
the ability to easily link anonymous accounts to permanent ones. Focus on
22-
user experience while `ht_api` handles the security complexities.
19+
* 🔒 **Flexible & Secure Authentication:** Provide seamless user access with
20+
a unified system supporting passwordless sign-in, anonymous guest
21+
accounts, and a secure, context-aware login flow for privileged dashboard
22+
users (e.g., 'admin', 'publisher').
2323

2424
* ⚡️ **Flexible Role-Based Access Control (RBAC):** Implement granular
2525
permissions with a flexible, multi-role system. Assign multiple roles to

0 commit comments

Comments
 (0)