Skip to content

Commit 6fdb8ab

Browse files
Update README.md
1 parent f19f6b4 commit 6fdb8ab

1 file changed

Lines changed: 13 additions & 8 deletions

File tree

README.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,14 @@ style="filter: drop-shadow(0px 0px 10px #ffffff);" />
192192
---
193193

194194
## 👨‍💼 User Roles
195+
Here are **short one-line role descriptions for each point**:
195196

196-
Here are **crisp one-line role descriptions for each module and feature**:
197-
197+
* 🔑 **Register new user** → Creates a new user account in the system
198+
* 🔐 **Login / Logout** → Authenticates user and manages active session
199+
* 🚪 **Sign-in / Sign-out** → Controls secure entry and exit from the platform
200+
* 🛡️ **JWT-based secure authentication** → Issues and validates secure token-based access
201+
* 👮 **Role-based access (User / Seller / Admin)** → Restricts features based on assigned user roles
202+
*
198203
---
199204

200205
## 👤 Customer User
@@ -205,14 +210,14 @@ Here are **crisp one-line role descriptions for each module and feature**:
205210
* View profile → Displays personal account details and activity
206211

207212
<div align="center">
208-
<img src="DOCS LISCENCED/User1.png" width="400" style="margin: 10px;">
209-
<img src="DOCS LISCENCED/User2.png" width="400" style="margin: 10px;">
213+
<img src="DOCS LISCENCED/SUB DIRECTORY/User1.png" width="400" style="margin: 10px;">
214+
<img src="DOCS LISCENCED/SUB DIRECTORY/User2.png" width="400" style="margin: 10px;">
210215

211-
<img src="DOCS LISCENCED/User3.png" width="400" style="margin: 10px;">
212-
<img src="DOCS LISCENCED/User4.png" width="400" style="margin: 10px;">
216+
<img src="DOCS LISCENCED/SUB DIRECTORY/User3.png" width="400" style="margin: 10px;">
217+
<img src="DOCS LISCENCED/SUB DIRECTORY/User4.png" width="400" style="margin: 10px;">
213218

214-
<img src="DOCS LISCENCED/User5.png" width="400" style="margin: 10px;">
215-
<img src="DOCS LISCENCED/User6.png" width="400" style="margin: 10px;">
219+
<img src="DOCS LISCENCED/SUB DIRECTORY/User5.png" width="400" style="margin: 10px;">
220+
<img src="DOCS LISCENCED/SUB DIRECTORY/User6.png" width="400" style="margin: 10px;">
216221
</div>
217222

218223
---

0 commit comments

Comments
 (0)