Skip to content

Commit e3beca7

Browse files
Readme updated
1 parent 4f24650 commit e3beca7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ This project demonstrates **consistent authorization between a Web App and APIs,
2222
It runs as a **single-node, modular application**, but follows a **distributed-ready design** with clear service boundaries and optional RabbitMQ support for future event-driven scaling.
2323

2424
**Key Idea:**
25-
UI and API must always agree on what the user can do — authorization should be a system capability, not scattered checks.
25+
Keep UI and API aligned — centralize authorization to avoid scattered permission checks.
26+
27+
**Demo Admin Account:**
28+
allan / allan — useful for testing permissions in multiple browsers with shared cache.
2629

2730
---
2831

0 commit comments

Comments
 (0)