removed username

This commit is contained in:
2026-01-16 10:50:50 +08:00
parent a361140629
commit 509a502a85
6 changed files with 36 additions and 102 deletions
+2 -2
View File
@@ -153,8 +153,8 @@ Your JWT should include these claims:
```json
{
"user_id": "U0000000001",
"username": "darrel.israel",
"role": "Super Admin",
"email_address": "darrel.israel@example.com",
"role_id": "SuperAdmin",
"exp": 1702123456
}
```